pub struct ParseDirectionError;Trait Implementations§
Source§impl Clone for ParseDirectionError
impl Clone for ParseDirectionError
Source§fn clone(&self) -> ParseDirectionError
fn clone(&self) -> ParseDirectionError
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 ParseDirectionError
Source§impl Debug for ParseDirectionError
impl Debug for ParseDirectionError
Auto Trait Implementations§
impl Freeze for ParseDirectionError
impl RefUnwindSafe for ParseDirectionError
impl Send for ParseDirectionError
impl Sync for ParseDirectionError
impl Unpin for ParseDirectionError
impl UnsafeUnpin for ParseDirectionError
impl UnwindSafe for ParseDirectionError
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