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