pub struct ImportUrlTask { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ImportUrlTask
impl Clone for ImportUrlTask
Source§fn clone(&self) -> ImportUrlTask
fn clone(&self) -> ImportUrlTask
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 ImportUrlTask
impl Debug for ImportUrlTask
Source§impl From<ImportUrlTask> for TaskRequest
impl From<ImportUrlTask> for TaskRequest
Source§fn from(value: ImportUrlTask) -> Self
fn from(value: ImportUrlTask) -> Self
Converts to this type from the input type.
Source§impl Serialize for ImportUrlTask
impl Serialize for ImportUrlTask
Source§impl TaskPayload for ImportUrlTask
impl TaskPayload for ImportUrlTask
Auto Trait Implementations§
impl Freeze for ImportUrlTask
impl RefUnwindSafe for ImportUrlTask
impl Send for ImportUrlTask
impl Sync for ImportUrlTask
impl Unpin for ImportUrlTask
impl UnsafeUnpin for ImportUrlTask
impl UnwindSafe for ImportUrlTask
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