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