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