pub struct CaptureBaseNode {
pub capture_base_said: SelfAddressingIdentifier,
pub parent: Option<SelfAddressingIdentifier>,
pub command_digest: SelfAddressingIdentifier,
}Fields§
§capture_base_said: SelfAddressingIdentifier§parent: Option<SelfAddressingIdentifier>§command_digest: SelfAddressingIdentifierTrait Implementations§
Source§impl Clone for CaptureBaseNode
impl Clone for CaptureBaseNode
Source§fn clone(&self) -> CaptureBaseNode
fn clone(&self) -> CaptureBaseNode
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for CaptureBaseNode
impl RefUnwindSafe for CaptureBaseNode
impl Send for CaptureBaseNode
impl Sync for CaptureBaseNode
impl Unpin for CaptureBaseNode
impl UnsafeUnpin for CaptureBaseNode
impl UnwindSafe for CaptureBaseNode
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