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