pub struct triage;Trait Implementations§
Source§impl HasField<triage> for NotificationCategoryPreferences
impl HasField<triage> for NotificationCategoryPreferences
Source§type Type = NotificationChannelPreferences
type Type = NotificationChannelPreferences
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for triage
impl RefUnwindSafe for triage
impl Send for triage
impl Sync for triage
impl Unpin for triage
impl UnwindSafe for triage
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