pub struct AdminJigExport;
Expand description
Export jig data
Trait Implementations§
Source§impl ApiEndpoint for AdminJigExport
impl ApiEndpoint for AdminJigExport
Source§type Path = AdminJigExportPath
type Path = AdminJigExportPath
The path type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for AdminJigExport
impl RefUnwindSafe for AdminJigExport
impl Send for AdminJigExport
impl Sync for AdminJigExport
impl Unpin for AdminJigExport
impl UnwindSafe for AdminJigExport
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