pub struct sendNoteOnStatusChange;Trait Implementations§
Source§impl Field for sendNoteOnStatusChange
impl Field for sendNoteOnStatusChange
impl HasInputField<sendNoteOnStatusChange, Option<bool>> for IntercomSettingsInput
Auto Trait Implementations§
impl Freeze for sendNoteOnStatusChange
impl RefUnwindSafe for sendNoteOnStatusChange
impl Send for sendNoteOnStatusChange
impl Sync for sendNoteOnStatusChange
impl Unpin for sendNoteOnStatusChange
impl UnwindSafe for sendNoteOnStatusChange
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