pub struct WebFetchError {
pub error: ToolError,
}Fields§
§error: ToolErrorTrait Implementations§
Source§impl Clone for WebFetchError
impl Clone for WebFetchError
Source§fn clone(&self) -> WebFetchError
fn clone(&self) -> WebFetchError
Returns a duplicate of the value. Read more
1.0.0 · 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 WebFetchError
impl Debug for WebFetchError
Source§impl<'de> Deserialize<'de> for WebFetchError
impl<'de> Deserialize<'de> for WebFetchError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<WebFetchError> for WebFetchResult
impl From<WebFetchError> for WebFetchResult
Source§fn from(e: WebFetchError) -> Self
fn from(e: WebFetchError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WebFetchError
impl RefUnwindSafe for WebFetchError
impl Send for WebFetchError
impl Sync for WebFetchError
impl Unpin for WebFetchError
impl UnsafeUnpin for WebFetchError
impl UnwindSafe for WebFetchError
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