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