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