Struct oca_dag::OCABundleModel
source · pub struct OCABundleModel {
pub oca_bundle_said: SelfAddressingIdentifier,
pub parent: Option<SelfAddressingIdentifier>,
pub capture_base_said: SelfAddressingIdentifier,
pub overlays_said: Vec<SelfAddressingIdentifier>,
}Fields§
§oca_bundle_said: SelfAddressingIdentifier§parent: Option<SelfAddressingIdentifier>§capture_base_said: SelfAddressingIdentifier§overlays_said: Vec<SelfAddressingIdentifier>Trait Implementations§
source§impl Clone for OCABundleModel
impl Clone for OCABundleModel
source§fn clone(&self) -> OCABundleModel
fn clone(&self) -> OCABundleModel
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 OCABundleModel
impl Send for OCABundleModel
impl Sync for OCABundleModel
impl Unpin for OCABundleModel
impl UnwindSafe for OCABundleModel
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