Struct scylladb_parse::If
source · [−]pub struct If<Cond, Res>(_);Trait Implementations
Auto Trait Implementations
impl<Cond, Res> RefUnwindSafe for If<Cond, Res>
impl<Cond, Res> Send for If<Cond, Res>
impl<Cond, Res> Sync for If<Cond, Res>
impl<Cond, Res> Unpin for If<Cond, Res>
impl<Cond, Res> UnwindSafe for If<Cond, Res>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more