pub enum ExistType {
NX,
XX,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExistType
impl RefUnwindSafe for ExistType
impl Send for ExistType
impl Sync for ExistType
impl Unpin for ExistType
impl UnwindSafe for ExistType
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