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