pub enum ContextErrorKind {
NoTextLeft,
CannotConstructLine,
}
Expand description
Enum determining the exact context error.
Variants§
Trait Implementations§
Source§impl Clone for ContextErrorKind
impl Clone for ContextErrorKind
Source§fn clone(&self) -> ContextErrorKind
fn clone(&self) -> ContextErrorKind
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 ContextErrorKind
impl Debug for ContextErrorKind
impl Copy for ContextErrorKind
Auto Trait Implementations§
impl Freeze for ContextErrorKind
impl RefUnwindSafe for ContextErrorKind
impl Send for ContextErrorKind
impl Sync for ContextErrorKind
impl Unpin for ContextErrorKind
impl UnwindSafe for ContextErrorKind
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