pub struct RouteDestination {
pub state: SymbolId,
pub state_name: String,
pub state_offset: usize,
pub span: Span,
}Fields§
§state: SymbolId§state_name: String§state_offset: usize§span: SpanTrait Implementations§
Source§impl Clone for RouteDestination
impl Clone for RouteDestination
Source§fn clone(&self) -> RouteDestination
fn clone(&self) -> RouteDestination
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 RouteDestination
impl Debug for RouteDestination
Source§impl PartialEq for RouteDestination
impl PartialEq for RouteDestination
Source§fn eq(&self, other: &RouteDestination) -> bool
fn eq(&self, other: &RouteDestination) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RouteDestination
Auto Trait Implementations§
impl Freeze for RouteDestination
impl RefUnwindSafe for RouteDestination
impl Send for RouteDestination
impl Sync for RouteDestination
impl Unpin for RouteDestination
impl UnsafeUnpin for RouteDestination
impl UnwindSafe for RouteDestination
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