pub struct notificationSetting;Trait Implementations§
Source§impl HasArgument<notificationSetting> for teams
impl HasArgument<notificationSetting> for teams
Source§type ArgumentType = Option<TeamNotificationSetting>
type ArgumentType = Option<TeamNotificationSetting>
The schema marker type of this argument.
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