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