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