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