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