Struct oca_dag::CaptureBaseModel
source · pub struct CaptureBaseModel {
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 CaptureBaseModel
impl Clone for CaptureBaseModel
source§fn clone(&self) -> CaptureBaseModel
fn clone(&self) -> CaptureBaseModel
Returns a copy 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 RefUnwindSafe for CaptureBaseModel
impl Send for CaptureBaseModel
impl Sync for CaptureBaseModel
impl Unpin for CaptureBaseModel
impl UnwindSafe for CaptureBaseModel
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