pub struct RouteIdentity(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for RouteIdentity
impl Clone for RouteIdentity
Source§fn clone(&self) -> RouteIdentity
fn clone(&self) -> RouteIdentity
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 RouteIdentity
impl Debug for RouteIdentity
impl Eq for RouteIdentity
Source§impl PartialEq for RouteIdentity
impl PartialEq for RouteIdentity
impl StructuralPartialEq for RouteIdentity
Auto Trait Implementations§
impl Freeze for RouteIdentity
impl RefUnwindSafe for RouteIdentity
impl Send for RouteIdentity
impl Sync for RouteIdentity
impl Unpin for RouteIdentity
impl UnsafeUnpin for RouteIdentity
impl UnwindSafe for RouteIdentity
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