pub struct ParseEditorError;Available on crate feature
file only.Expand description
Failed to parse an Editor from a string.
Trait Implementations§
Source§impl Clone for ParseEditorError
impl Clone for ParseEditorError
Source§fn clone(&self) -> ParseEditorError
fn clone(&self) -> ParseEditorError
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 ParseEditorError
impl Debug for ParseEditorError
Source§impl Display for ParseEditorError
impl Display for ParseEditorError
Source§impl PartialEq for ParseEditorError
impl PartialEq for ParseEditorError
impl Copy for ParseEditorError
impl Eq for ParseEditorError
impl StructuralPartialEq for ParseEditorError
Auto Trait Implementations§
impl Freeze for ParseEditorError
impl RefUnwindSafe for ParseEditorError
impl Send for ParseEditorError
impl Sync for ParseEditorError
impl Unpin for ParseEditorError
impl UnsafeUnpin for ParseEditorError
impl UnwindSafe for ParseEditorError
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