pub enum LinkName {
Version(Uuid),
Card(Uuid),
}Variants§
Trait Implementations§
impl Eq for LinkName
impl StructuralPartialEq for LinkName
Auto Trait Implementations§
impl Freeze for LinkName
impl RefUnwindSafe for LinkName
impl Send for LinkName
impl Sync for LinkName
impl Unpin for LinkName
impl UnwindSafe for LinkName
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