pub enum FolderRef {
Id(VaultId),
Name(String),
}Expand description
Reference to a folder using an id or a named label.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FolderRef
impl RefUnwindSafe for FolderRef
impl Send for FolderRef
impl Sync for FolderRef
impl Unpin for FolderRef
impl UnwindSafe for FolderRef
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