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