pub struct ExportUrlTask { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ExportUrlTask
impl Clone for ExportUrlTask
Source§fn clone(&self) -> ExportUrlTask
fn clone(&self) -> ExportUrlTask
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExportUrlTask
impl Debug for ExportUrlTask
Source§impl From<ExportUrlTask> for TaskRequest
impl From<ExportUrlTask> for TaskRequest
Source§fn from(value: ExportUrlTask) -> Self
fn from(value: ExportUrlTask) -> Self
Converts to this type from the input type.
Source§impl Serialize for ExportUrlTask
impl Serialize for ExportUrlTask
Source§impl TaskPayload for ExportUrlTask
impl TaskPayload for ExportUrlTask
Auto Trait Implementations§
impl Freeze for ExportUrlTask
impl RefUnwindSafe for ExportUrlTask
impl Send for ExportUrlTask
impl Sync for ExportUrlTask
impl Unpin for ExportUrlTask
impl UnsafeUnpin for ExportUrlTask
impl UnwindSafe for ExportUrlTask
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