Enum vfs::common::CreationMode
source · pub enum CreationMode {
Never,
AllowExisting,
Always,
}
Expand description
Represents if and how objects should be created with an open request.
Variants§
Trait Implementations§
source§impl PartialEq for CreationMode
impl PartialEq for CreationMode
source§fn eq(&self, other: &CreationMode) -> bool
fn eq(&self, other: &CreationMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for CreationMode
impl StructuralPartialEq for CreationMode
Auto Trait Implementations§
impl Freeze for CreationMode
impl RefUnwindSafe for CreationMode
impl Send for CreationMode
impl Sync for CreationMode
impl Unpin for CreationMode
impl UnwindSafe for CreationMode
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