pub enum ProjectAssignment {
None,
Existing(Uuid),
New(String),
}Expand description
The way in which all new secrets may (or may not) be assigned to projects in Bitwarden Secrets Manager.
Variants§
Auto Trait Implementations§
impl Freeze for ProjectAssignment
impl RefUnwindSafe for ProjectAssignment
impl Send for ProjectAssignment
impl Sync for ProjectAssignment
impl Unpin for ProjectAssignment
impl UnwindSafe for ProjectAssignment
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