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