pub struct SampleStateSnapshot {
pub change: SampleStateChange,
}Fields§
§change: SampleStateChangeTrait Implementations§
Source§impl Clone for SampleStateSnapshot
impl Clone for SampleStateSnapshot
Source§fn clone(&self) -> SampleStateSnapshot
fn clone(&self) -> SampleStateSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SampleStateSnapshot
impl Debug for SampleStateSnapshot
Source§impl<'de> Deserialize<'de> for SampleStateSnapshot
impl<'de> Deserialize<'de> for SampleStateSnapshot
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
impl Eq for SampleStateSnapshot
Source§impl PartialEq for SampleStateSnapshot
impl PartialEq for SampleStateSnapshot
Source§impl Serialize for SampleStateSnapshot
impl Serialize for SampleStateSnapshot
impl StructuralPartialEq for SampleStateSnapshot
Auto Trait Implementations§
impl Freeze for SampleStateSnapshot
impl RefUnwindSafe for SampleStateSnapshot
impl Send for SampleStateSnapshot
impl Sync for SampleStateSnapshot
impl Unpin for SampleStateSnapshot
impl UnsafeUnpin for SampleStateSnapshot
impl UnwindSafe for SampleStateSnapshot
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