pub struct UpdateDraftData;
Expand description
Trait Implementations§
Source§impl ApiEndpoint for UpdateDraftData
impl ApiEndpoint for UpdateDraftData
Source§type Req = JigUpdateDraftDataRequest
type Req = JigUpdateDraftDataRequest
The request type for this endpoint.
Source§type Path = JigUpdateDraftDataPath
type Path = JigUpdateDraftDataPath
The path type for this endpoint.
Source§type Err = MetadataNotFound
type Err = MetadataNotFound
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for UpdateDraftData
impl RefUnwindSafe for UpdateDraftData
impl Send for UpdateDraftData
impl Sync for UpdateDraftData
impl Unpin for UpdateDraftData
impl UnwindSafe for UpdateDraftData
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