pub struct InboundNodeReferences {
pub child_parent_links: Vec<String>,
pub incoming_semantic_refs: Vec<String>,
}Fields§
§child_parent_links: Vec<String>§incoming_semantic_refs: Vec<String>Trait Implementations§
Source§impl Clone for InboundNodeReferences
impl Clone for InboundNodeReferences
Source§fn clone(&self) -> InboundNodeReferences
fn clone(&self) -> InboundNodeReferences
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 InboundNodeReferences
impl Debug for InboundNodeReferences
Source§impl Default for InboundNodeReferences
impl Default for InboundNodeReferences
Source§fn default() -> InboundNodeReferences
fn default() -> InboundNodeReferences
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InboundNodeReferences
impl RefUnwindSafe for InboundNodeReferences
impl Send for InboundNodeReferences
impl Sync for InboundNodeReferences
impl Unpin for InboundNodeReferences
impl UnsafeUnpin for InboundNodeReferences
impl UnwindSafe for InboundNodeReferences
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