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