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