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