Struct lexa_framework::routing::RouteCollection
source · pub struct RouteCollection<UserState>(/* private fields */);
Implementations§
source§impl<US> RouteCollection<US>
impl<US> RouteCollection<US>
source§impl<US> RouteCollection<US>
impl<US> RouteCollection<US>
Trait Implementations§
source§impl<UserState: Clone> Clone for RouteCollection<UserState>
impl<UserState: Clone> Clone for RouteCollection<UserState>
source§fn clone(&self) -> RouteCollection<UserState>
fn clone(&self) -> RouteCollection<UserState>
Returns a copy 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 moreAuto Trait Implementations§
impl<UserState> !RefUnwindSafe for RouteCollection<UserState>
impl<UserState> Send for RouteCollection<UserState>
impl<UserState> !Sync for RouteCollection<UserState>
impl<UserState> Unpin for RouteCollection<UserState>
impl<UserState> !UnwindSafe for RouteCollection<UserState>
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