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