pub struct ContigMatch;Trait Implementations§
Source§impl Clone for ContigMatch
impl Clone for ContigMatch
Source§fn clone(&self) -> ContigMatch
fn clone(&self) -> ContigMatch
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 ContigMatch
impl RefUnwindSafe for ContigMatch
impl Send for ContigMatch
impl Sync for ContigMatch
impl Unpin for ContigMatch
impl UnwindSafe for ContigMatch
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