pub enum IdentitySelection {
InternalId,
ScalarProperty(GraphProperty),
TaggedProperty(GraphProperty),
}Expand description
Explicit node identity selection contract.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IdentitySelection
impl Clone for IdentitySelection
Source§fn clone(&self) -> IdentitySelection
fn clone(&self) -> IdentitySelection
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 IdentitySelection
impl Debug for IdentitySelection
impl Eq for IdentitySelection
Source§impl PartialEq for IdentitySelection
impl PartialEq for IdentitySelection
impl StructuralPartialEq for IdentitySelection
Auto Trait Implementations§
impl Freeze for IdentitySelection
impl RefUnwindSafe for IdentitySelection
impl Send for IdentitySelection
impl Sync for IdentitySelection
impl Unpin for IdentitySelection
impl UnsafeUnpin for IdentitySelection
impl UnwindSafe for IdentitySelection
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