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