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 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 OCABundleModel
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