pub struct SetPrefixLayer { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SetPrefixLayer
impl Clone for SetPrefixLayer
Source§fn clone(&self) -> SetPrefixLayer
fn clone(&self) -> SetPrefixLayer
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 SetPrefixLayer
impl Debug for SetPrefixLayer
Auto Trait Implementations§
impl Freeze for SetPrefixLayer
impl RefUnwindSafe for SetPrefixLayer
impl Send for SetPrefixLayer
impl Sync for SetPrefixLayer
impl Unpin for SetPrefixLayer
impl UnwindSafe for SetPrefixLayer
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