pub struct PatternRegistry<F> { /* private fields */ }
Implementations§
Source§impl<F> PatternRegistry<F>
impl<F> PatternRegistry<F>
Trait Implementations§
Source§impl<F: Clone> Clone for PatternRegistry<F>
impl<F: Clone> Clone for PatternRegistry<F>
Source§fn clone(&self) -> PatternRegistry<F>
fn clone(&self) -> PatternRegistry<F>
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 moreAuto Trait Implementations§
impl<F> Freeze for PatternRegistry<F>
impl<F> RefUnwindSafe for PatternRegistry<F>where
F: RefUnwindSafe,
impl<F> Send for PatternRegistry<F>where
F: Send,
impl<F> Sync for PatternRegistry<F>where
F: Sync,
impl<F> Unpin for PatternRegistry<F>where
F: Unpin,
impl<F> UnwindSafe for PatternRegistry<F>where
F: UnwindSafe,
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