pub struct ConnectorError {
pub code: String,
pub message: String,
}Fields§
§code: String§message: StringTrait Implementations§
Source§impl Clone for ConnectorError
impl Clone for ConnectorError
Source§fn clone(&self) -> ConnectorError
fn clone(&self) -> ConnectorError
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 ConnectorError
impl Debug for ConnectorError
Source§impl<'de> Deserialize<'de> for ConnectorError
impl<'de> Deserialize<'de> for ConnectorError
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
impl Eq for ConnectorError
Source§impl PartialEq for ConnectorError
impl PartialEq for ConnectorError
Source§impl Serialize for ConnectorError
impl Serialize for ConnectorError
impl StructuralPartialEq for ConnectorError
Auto Trait Implementations§
impl Freeze for ConnectorError
impl RefUnwindSafe for ConnectorError
impl Send for ConnectorError
impl Sync for ConnectorError
impl Unpin for ConnectorError
impl UnsafeUnpin for ConnectorError
impl UnwindSafe for ConnectorError
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