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