Struct diesel::query_source::Once
source · pub struct Once;
Expand description
A table appears in the from clause exactly one time.
Trait Implementations§
source§impl 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 Freeze for Once
impl RefUnwindSafe for Once
impl Send for Once
impl Sync for Once
impl Unpin for Once
impl UnwindSafe for Once
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