pub struct RemoveOutsideCollaboratorInput;Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for RemoveOutsideCollaboratorInput
impl HasInputField<organizationId, Id> for RemoveOutsideCollaboratorInput
impl HasInputField<userId, Id> for RemoveOutsideCollaboratorInput
impl InputObjectMarker for RemoveOutsideCollaboratorInput
Auto Trait Implementations§
impl Freeze for RemoveOutsideCollaboratorInput
impl RefUnwindSafe for RemoveOutsideCollaboratorInput
impl Send for RemoveOutsideCollaboratorInput
impl Sync for RemoveOutsideCollaboratorInput
impl Unpin for RemoveOutsideCollaboratorInput
impl UnwindSafe for RemoveOutsideCollaboratorInput
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