pub struct groupBySource;Trait Implementations§
Source§impl Field for groupBySource
impl Field for groupBySource
Source§impl HasField<groupBySource> for Attachment
impl HasField<groupBySource> for Attachment
Auto Trait Implementations§
impl Freeze for groupBySource
impl RefUnwindSafe for groupBySource
impl Send for groupBySource
impl Sync for groupBySource
impl Unpin for groupBySource
impl UnwindSafe for groupBySource
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