pub struct OCABundleNode {
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 OCABundleNode
impl Clone for OCABundleNode
Source§fn clone(&self) -> OCABundleNode
fn clone(&self) -> OCABundleNode
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 moreSource§impl Debug for OCABundleNode
impl Debug for OCABundleNode
Source§impl<'de> Deserialize<'de> for OCABundleNode
impl<'de> Deserialize<'de> for OCABundleNode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for OCABundleNode
impl RefUnwindSafe for OCABundleNode
impl Send for OCABundleNode
impl Sync for OCABundleNode
impl Unpin for OCABundleNode
impl UnsafeUnpin for OCABundleNode
impl UnwindSafe for OCABundleNode
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