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