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