pub struct UnsupportedOfferSnapshotChunkResultSubdetail {}
Trait Implementations§
Source§impl Clone for UnsupportedOfferSnapshotChunkResultSubdetail
impl Clone for UnsupportedOfferSnapshotChunkResultSubdetail
Source§fn clone(&self) -> UnsupportedOfferSnapshotChunkResultSubdetail
fn clone(&self) -> UnsupportedOfferSnapshotChunkResultSubdetail
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for UnsupportedOfferSnapshotChunkResultSubdetail
impl<'de> Deserialize<'de> for UnsupportedOfferSnapshotChunkResultSubdetail
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UnsupportedOfferSnapshotChunkResultSubdetail
impl PartialEq for UnsupportedOfferSnapshotChunkResultSubdetail
Source§fn eq(&self, other: &UnsupportedOfferSnapshotChunkResultSubdetail) -> bool
fn eq(&self, other: &UnsupportedOfferSnapshotChunkResultSubdetail) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for UnsupportedOfferSnapshotChunkResultSubdetail
impl StructuralPartialEq for UnsupportedOfferSnapshotChunkResultSubdetail
Auto Trait Implementations§
impl Freeze for UnsupportedOfferSnapshotChunkResultSubdetail
impl RefUnwindSafe for UnsupportedOfferSnapshotChunkResultSubdetail
impl Send for UnsupportedOfferSnapshotChunkResultSubdetail
impl Sync for UnsupportedOfferSnapshotChunkResultSubdetail
impl Unpin for UnsupportedOfferSnapshotChunkResultSubdetail
impl UnwindSafe for UnsupportedOfferSnapshotChunkResultSubdetail
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more