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