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