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