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