pub struct ParsePreviewFeatureError(/* private fields */);Expand description
Error returned when parsing a preview feature name fails.
Trait Implementations§
Source§impl Clone for ParsePreviewFeatureError
impl Clone for ParsePreviewFeatureError
Source§fn clone(&self) -> ParsePreviewFeatureError
fn clone(&self) -> ParsePreviewFeatureError
Returns a duplicate 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 ParsePreviewFeatureError
impl Debug for ParsePreviewFeatureError
Source§impl Display for ParsePreviewFeatureError
impl Display for ParsePreviewFeatureError
Source§impl Error for ParsePreviewFeatureError
impl Error for ParsePreviewFeatureError
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 ParsePreviewFeatureError
impl PartialEq for ParsePreviewFeatureError
impl Eq for ParsePreviewFeatureError
impl StructuralPartialEq for ParsePreviewFeatureError
Auto Trait Implementations§
impl Freeze for ParsePreviewFeatureError
impl RefUnwindSafe for ParsePreviewFeatureError
impl Send for ParsePreviewFeatureError
impl Sync for ParsePreviewFeatureError
impl Unpin for ParsePreviewFeatureError
impl UnwindSafe for ParsePreviewFeatureError
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