pub struct DeleteOrganizationInput;Trait Implementations§
impl HasInputField<deletionCode, String> for DeleteOrganizationInput
impl InputObjectMarker for DeleteOrganizationInput
Auto Trait Implementations§
impl Freeze for DeleteOrganizationInput
impl RefUnwindSafe for DeleteOrganizationInput
impl Send for DeleteOrganizationInput
impl Sync for DeleteOrganizationInput
impl Unpin for DeleteOrganizationInput
impl UnwindSafe for DeleteOrganizationInput
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