pub struct MatrixSnapshot {
pub date: String,
pub note: String,
}Expand description
The snapshot provenance recorded in the matrix.
Fields§
§date: String§note: StringTrait Implementations§
Source§impl Clone for MatrixSnapshot
impl Clone for MatrixSnapshot
Source§fn clone(&self) -> MatrixSnapshot
fn clone(&self) -> MatrixSnapshot
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 MatrixSnapshot
impl Debug for MatrixSnapshot
Source§impl<'de> Deserialize<'de> for MatrixSnapshot
impl<'de> Deserialize<'de> for MatrixSnapshot
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 MatrixSnapshot
Source§impl PartialEq for MatrixSnapshot
impl PartialEq for MatrixSnapshot
Source§impl Serialize for MatrixSnapshot
impl Serialize for MatrixSnapshot
impl StructuralPartialEq for MatrixSnapshot
Auto Trait Implementations§
impl Freeze for MatrixSnapshot
impl RefUnwindSafe for MatrixSnapshot
impl Send for MatrixSnapshot
impl Sync for MatrixSnapshot
impl Unpin for MatrixSnapshot
impl UnsafeUnpin for MatrixSnapshot
impl UnwindSafe for MatrixSnapshot
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