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