pub enum TldrDirectiveError {
Unterminated,
}Variants§
Unterminated
Trait Implementations§
Source§impl Clone for TldrDirectiveError
impl Clone for TldrDirectiveError
Source§fn clone(&self) -> TldrDirectiveError
fn clone(&self) -> TldrDirectiveError
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 TldrDirectiveError
Source§impl Debug for TldrDirectiveError
impl Debug for TldrDirectiveError
Source§impl Display for TldrDirectiveError
impl Display for TldrDirectiveError
impl Eq for TldrDirectiveError
Source§impl Error for TldrDirectiveError
impl Error for TldrDirectiveError
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 TldrDirectiveError
impl PartialEq for TldrDirectiveError
impl StructuralPartialEq for TldrDirectiveError
Auto Trait Implementations§
impl Freeze for TldrDirectiveError
impl RefUnwindSafe for TldrDirectiveError
impl Send for TldrDirectiveError
impl Sync for TldrDirectiveError
impl Unpin for TldrDirectiveError
impl UnsafeUnpin for TldrDirectiveError
impl UnwindSafe for TldrDirectiveError
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