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