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