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