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: SelfAddressingIdentifier
Trait Implementations§
Source§impl Clone for CaptureBaseModel
impl Clone for CaptureBaseModel
Source§fn clone(&self) -> CaptureBaseModel
fn clone(&self) -> CaptureBaseModel
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for CaptureBaseModel
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