pub struct EdgeProperties {
pub edge: Edge,
pub props: Vec<NamedProperty>,
}
Expand description
An edge with properties.
Fields§
§edge: Edge
The edge.
props: Vec<NamedProperty>
All of the edge’s properties.
Implementations§
Trait Implementations§
Source§impl Clone for EdgeProperties
impl Clone for EdgeProperties
Source§fn clone(&self) -> EdgeProperties
fn clone(&self) -> EdgeProperties
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 EdgeProperties
impl Debug for EdgeProperties
Source§impl PartialEq for EdgeProperties
impl PartialEq for EdgeProperties
impl StructuralPartialEq for EdgeProperties
Auto Trait Implementations§
impl Freeze for EdgeProperties
impl RefUnwindSafe for EdgeProperties
impl Send for EdgeProperties
impl Sync for EdgeProperties
impl Unpin for EdgeProperties
impl UnwindSafe for EdgeProperties
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