pub struct TableSwitch<'input> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'input> Clone for TableSwitch<'input>
impl<'input> Clone for TableSwitch<'input>
Source§fn clone(&self) -> TableSwitch<'input>
fn clone(&self) -> TableSwitch<'input>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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<'input> Freeze for TableSwitch<'input>
impl<'input> RefUnwindSafe for TableSwitch<'input>
impl<'input> Send for TableSwitch<'input>
impl<'input> Sync for TableSwitch<'input>
impl<'input> Unpin for TableSwitch<'input>
impl<'input> UnsafeUnpin for TableSwitch<'input>
impl<'input> UnwindSafe for TableSwitch<'input>
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