pub struct ObjectObjectLink { /* private fields */ }Expand description
Directed link between two objects (OCEL 2.0 O2O relation).
Implementations§
Trait Implementations§
Source§impl Clone for ObjectObjectLink
impl Clone for ObjectObjectLink
Source§fn clone(&self) -> ObjectObjectLink
fn clone(&self) -> ObjectObjectLink
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ObjectObjectLink
impl RefUnwindSafe for ObjectObjectLink
impl Send for ObjectObjectLink
impl Sync for ObjectObjectLink
impl Unpin for ObjectObjectLink
impl UnsafeUnpin for ObjectObjectLink
impl UnwindSafe for ObjectObjectLink
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