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