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