pub enum Identity {
FQN(FullyQualifiedName),
Reference(FullyQualifiedName),
Anonymous,
}Variants§
FQN(FullyQualifiedName)
The fully qualified name of an entity
Reference(FullyQualifiedName)
A reference to another entity via its fully qualified name
Anonymous
Implementations§
Trait Implementations§
impl StructuralPartialEq for Identity
Auto Trait Implementations§
impl Freeze for Identity
impl RefUnwindSafe for Identity
impl Send for Identity
impl Sync for Identity
impl Unpin for Identity
impl UnwindSafe for Identity
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