pub struct FinalState {
pub state_name: String,
pub name_span: Span,
}Expand description
Final state: final name ; or final state name ;
Fields§
§state_name: String§name_span: SpanTrait Implementations§
Source§impl Clone for FinalState
impl Clone for FinalState
Source§fn clone(&self) -> FinalState
fn clone(&self) -> FinalState
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 FinalState
impl Debug for FinalState
impl Eq for FinalState
Source§impl PartialEq for FinalState
impl PartialEq for FinalState
Source§fn eq(&self, other: &FinalState) -> bool
fn eq(&self, other: &FinalState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FinalState
Auto Trait Implementations§
impl Freeze for FinalState
impl RefUnwindSafe for FinalState
impl Send for FinalState
impl Sync for FinalState
impl Unpin for FinalState
impl UnsafeUnpin for FinalState
impl UnwindSafe for FinalState
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