Struct tel::TelParseError
source · pub struct TelParseError { /* private fields */ }Trait Implementations§
source§impl Clone for TelParseError
impl Clone for TelParseError
source§fn clone(&self) -> TelParseError
fn clone(&self) -> TelParseError
Returns a copy 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 TelParseError
impl Debug for TelParseError
source§impl<'de> Deserialize<'de> for TelParseError
impl<'de> Deserialize<'de> for TelParseError
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 PartialEq for TelParseError
impl PartialEq for TelParseError
source§fn eq(&self, other: &TelParseError) -> bool
fn eq(&self, other: &TelParseError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for TelParseError
impl Serialize for TelParseError
impl StructuralPartialEq for TelParseError
Auto Trait Implementations§
impl RefUnwindSafe for TelParseError
impl Send for TelParseError
impl Sync for TelParseError
impl Unpin for TelParseError
impl UnwindSafe for TelParseError
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