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