pub struct NodeCatalogSnapshot {
pub node: String,
pub instance_id: String,
pub revision: u64,
pub fingerprint: String,
pub subjects: Vec<Value>,
}Fields§
§node: String§instance_id: String§revision: u64§fingerprint: String§subjects: Vec<Value>Trait Implementations§
Source§impl Clone for NodeCatalogSnapshot
impl Clone for NodeCatalogSnapshot
Source§fn clone(&self) -> NodeCatalogSnapshot
fn clone(&self) -> NodeCatalogSnapshot
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 moreAuto Trait Implementations§
impl Freeze for NodeCatalogSnapshot
impl RefUnwindSafe for NodeCatalogSnapshot
impl Send for NodeCatalogSnapshot
impl Sync for NodeCatalogSnapshot
impl Unpin for NodeCatalogSnapshot
impl UnsafeUnpin for NodeCatalogSnapshot
impl UnwindSafe for NodeCatalogSnapshot
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