pub struct RemoveEnterpriseAdminPayload;Trait Implementations§
Source§impl HasField<admin> for RemoveEnterpriseAdminPayload
impl HasField<admin> for RemoveEnterpriseAdminPayload
Source§impl HasField<enterprise> for RemoveEnterpriseAdminPayload
impl HasField<enterprise> for RemoveEnterpriseAdminPayload
Source§type Type = Option<Enterprise>
type Type = Option<Enterprise>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for RemoveEnterpriseAdminPayload
impl RefUnwindSafe for RemoveEnterpriseAdminPayload
impl Send for RemoveEnterpriseAdminPayload
impl Sync for RemoveEnterpriseAdminPayload
impl Unpin for RemoveEnterpriseAdminPayload
impl UnwindSafe for RemoveEnterpriseAdminPayload
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