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