Struct diesel::query_source::Once
source · [−]pub struct Once;
Expand description
A table appears in the from clause exactly one time.
Trait Implementations
sourceimpl Plus<MoreThanOnce> for Once
impl Plus<MoreThanOnce> for Once
type Output = MoreThanOnce
type Output = MoreThanOnce
The result of adding these numbers together
Auto Trait Implementations
impl RefUnwindSafe for Once
impl Send for Once
impl Sync for Once
impl Unpin for Once
impl UnwindSafe for Once
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more