pub struct ProductRouters {
pub login: Option<Router>,
pub pay: Option<Router>,
}Fields§
§login: Option<Router>§pay: Option<Router>Implementations§
Trait Implementations§
Source§impl Clone for ProductRouters
impl Clone for ProductRouters
Source§fn clone(&self) -> ProductRouters
fn clone(&self) -> ProductRouters
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 moreAuto Trait Implementations§
impl Freeze for ProductRouters
impl !RefUnwindSafe for ProductRouters
impl Send for ProductRouters
impl Sync for ProductRouters
impl Unpin for ProductRouters
impl UnsafeUnpin for ProductRouters
impl !UnwindSafe for ProductRouters
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