Enum tel::SelectorDescription
source · pub enum SelectorDescription {
Static {
selector: Selector,
},
Error {
error: TelError,
},
Unknown,
}Variants§
Trait Implementations§
source§impl Clone for SelectorDescription
impl Clone for SelectorDescription
source§fn clone(&self) -> SelectorDescription
fn clone(&self) -> SelectorDescription
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 SelectorDescription
impl Debug for SelectorDescription
source§impl<'de> Deserialize<'de> for SelectorDescription
impl<'de> Deserialize<'de> for SelectorDescription
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 SelectorDescription
impl PartialEq for SelectorDescription
source§fn eq(&self, other: &SelectorDescription) -> bool
fn eq(&self, other: &SelectorDescription) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for SelectorDescription
impl Serialize for SelectorDescription
impl StructuralPartialEq for SelectorDescription
Auto Trait Implementations§
impl RefUnwindSafe for SelectorDescription
impl Send for SelectorDescription
impl Sync for SelectorDescription
impl Unpin for SelectorDescription
impl UnwindSafe for SelectorDescription
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