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