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