pub struct GraphProperty(/* private fields */);Expand description
Property selected as a graph identity source.
Implementations§
Trait Implementations§
Source§impl Clone for GraphProperty
impl Clone for GraphProperty
Source§fn clone(&self) -> GraphProperty
fn clone(&self) -> GraphProperty
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 moreSource§impl Debug for GraphProperty
impl Debug for GraphProperty
impl Eq for GraphProperty
Source§impl PartialEq for GraphProperty
impl PartialEq for GraphProperty
impl StructuralPartialEq for GraphProperty
Auto Trait Implementations§
impl Freeze for GraphProperty
impl RefUnwindSafe for GraphProperty
impl Send for GraphProperty
impl Sync for GraphProperty
impl Unpin for GraphProperty
impl UnsafeUnpin for GraphProperty
impl UnwindSafe for GraphProperty
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