pub struct ErrorToken { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ErrorToken
impl Clone for ErrorToken
Source§fn clone(&self) -> ErrorToken
fn clone(&self) -> ErrorToken
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 moreSource§impl Debug for ErrorToken
impl Debug for ErrorToken
Source§impl Display for ErrorToken
impl Display for ErrorToken
Source§impl PartialEq for ErrorToken
impl PartialEq for ErrorToken
Source§fn eq(&self, other: &ErrorToken) -> bool
fn eq(&self, other: &ErrorToken) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ErrorToken
impl StructuralPartialEq for ErrorToken
Auto Trait Implementations§
impl Freeze for ErrorToken
impl RefUnwindSafe for ErrorToken
impl Send for ErrorToken
impl Sync for ErrorToken
impl Unpin for ErrorToken
impl UnsafeUnpin for ErrorToken
impl UnwindSafe for ErrorToken
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