Struct rust_query::value::MyNot
source · pub struct MyNot<T>(/* private fields */);
Trait Implementations§
source§impl<'t, T: Value<'t>> Value<'t> for MyNot<T>
impl<'t, T: Value<'t>> Value<'t> for MyNot<T>
type Typ = <T as Value<'t>>::Typ
fn add<T: Value<'t>>(self, rhs: T) -> MyAdd<Self, T>
fn lt(self, rhs: i32) -> MyLt<Self>
fn eq<T: Value<'t, Typ = Self::Typ>>(self, rhs: T) -> MyEq<Self, T>
fn unwrap_or<T: Value<'t>>(self, rhs: T) -> UnwrapOr<Self, T>
fn is_not_null(self) -> IsNotNull<Self>
impl<T: Copy> Copy for MyNot<T>
Auto Trait Implementations§
impl<T> Freeze for MyNot<T>where
T: Freeze,
impl<T> RefUnwindSafe for MyNot<T>where
T: RefUnwindSafe,
impl<T> Send for MyNot<T>where
T: Send,
impl<T> Sync for MyNot<T>where
T: Sync,
impl<T> Unpin for MyNot<T>where
T: Unpin,
impl<T> UnwindSafe for MyNot<T>where
T: UnwindSafe,
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