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