pub struct SquareError;
Trait Implementations§
Source§impl Debug for SquareError
impl Debug for SquareError
Source§impl<'de> Deserialize<'de> for SquareError
impl<'de> Deserialize<'de> for SquareError
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<Error> for SquareError
impl From<Error> for SquareError
Source§impl From<Error> for SquareError
impl From<Error> for SquareError
Source§impl From<InvalidHeaderValue> for SquareError
impl From<InvalidHeaderValue> for SquareError
Source§fn from(r: InvalidHeaderValue) -> Self
fn from(r: InvalidHeaderValue) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SquareError
impl RefUnwindSafe for SquareError
impl Send for SquareError
impl Sync for SquareError
impl Unpin for SquareError
impl UnwindSafe for SquareError
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