pub struct MakeSetPrefixRouteLayer;Trait Implementations§
Source§impl Clone for MakeSetPrefixRouteLayer
impl Clone for MakeSetPrefixRouteLayer
Source§fn clone(&self) -> MakeSetPrefixRouteLayer
fn clone(&self) -> MakeSetPrefixRouteLayer
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 MakeSetPrefixRouteLayer
impl Debug for MakeSetPrefixRouteLayer
Source§impl Default for MakeSetPrefixRouteLayer
impl Default for MakeSetPrefixRouteLayer
Source§fn default() -> MakeSetPrefixRouteLayer
fn default() -> MakeSetPrefixRouteLayer
Returns the “default value” for a type. Read more
impl Copy for MakeSetPrefixRouteLayer
Auto Trait Implementations§
impl Freeze for MakeSetPrefixRouteLayer
impl RefUnwindSafe for MakeSetPrefixRouteLayer
impl Send for MakeSetPrefixRouteLayer
impl Sync for MakeSetPrefixRouteLayer
impl Unpin for MakeSetPrefixRouteLayer
impl UnwindSafe for MakeSetPrefixRouteLayer
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