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
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