pub struct StateLineAction {
pub span: Span,
pub kind: StateLineActionKind,
}
Fields§
§span: Span
§kind: StateLineActionKind
Trait Implementations§
Source§impl Clone for StateLineAction
impl Clone for StateLineAction
Source§fn clone(&self) -> StateLineAction
fn clone(&self) -> StateLineAction
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 StateLineAction
impl Debug for StateLineAction
Source§impl PartialEq for StateLineAction
impl PartialEq for StateLineAction
impl StructuralPartialEq for StateLineAction
Auto Trait Implementations§
impl Freeze for StateLineAction
impl RefUnwindSafe for StateLineAction
impl Send for StateLineAction
impl Sync for StateLineAction
impl Unpin for StateLineAction
impl UnwindSafe for StateLineAction
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