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