pub struct InvalidContentSelector;Expand description
A malformed, noncanonical or oversized explicit content selector.
Trait Implementations§
Source§impl Clone for InvalidContentSelector
impl Clone for InvalidContentSelector
Source§fn clone(&self) -> InvalidContentSelector
fn clone(&self) -> InvalidContentSelector
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 moreimpl Copy for InvalidContentSelector
Source§impl Debug for InvalidContentSelector
impl Debug for InvalidContentSelector
Source§impl Display for InvalidContentSelector
impl Display for InvalidContentSelector
impl Eq for InvalidContentSelector
Source§impl Error for InvalidContentSelector
impl Error for InvalidContentSelector
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for InvalidContentSelector
impl PartialEq for InvalidContentSelector
impl StructuralPartialEq for InvalidContentSelector
Auto Trait Implementations§
impl Freeze for InvalidContentSelector
impl RefUnwindSafe for InvalidContentSelector
impl Send for InvalidContentSelector
impl Sync for InvalidContentSelector
impl Unpin for InvalidContentSelector
impl UnsafeUnpin for InvalidContentSelector
impl UnwindSafe for InvalidContentSelector
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