Struct editor2::GoToPrevDiagnostic
source · pub struct GoToPrevDiagnostic;
Trait Implementations§
source§impl Action for GoToPrevDiagnostic
impl Action for GoToPrevDiagnostic
fn name(&self) -> &'static str
fn debug_name() -> &'static strwhere Self: Sized,
fn build(value: Value) -> Result<Box<dyn Action>>where Self: Sized,
fn partial_eq(&self, action: &dyn Action) -> bool
fn boxed_clone(&self) -> Box<dyn Action>
fn as_any(&self) -> &dyn Any
source§impl Clone for GoToPrevDiagnostic
impl Clone for GoToPrevDiagnostic
source§fn clone(&self) -> GoToPrevDiagnostic
fn clone(&self) -> GoToPrevDiagnostic
Returns a copy 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 Default for GoToPrevDiagnostic
impl Default for GoToPrevDiagnostic
source§fn default() -> GoToPrevDiagnostic
fn default() -> GoToPrevDiagnostic
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GoToPrevDiagnostic
impl<'de> Deserialize<'de> for GoToPrevDiagnostic
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<GoToPrevDiagnostic> for GoToPrevDiagnostic
impl PartialEq<GoToPrevDiagnostic> for GoToPrevDiagnostic
source§fn eq(&self, other: &GoToPrevDiagnostic) -> bool
fn eq(&self, other: &GoToPrevDiagnostic) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GoToPrevDiagnostic
Auto Trait Implementations§
impl RefUnwindSafe for GoToPrevDiagnostic
impl Send for GoToPrevDiagnostic
impl Sync for GoToPrevDiagnostic
impl Unpin for GoToPrevDiagnostic
impl UnwindSafe for GoToPrevDiagnostic
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