pub struct CompoundRule { /* private fields */ }Trait Implementations§
Source§impl Clone for CompoundRule
impl Clone for CompoundRule
Source§fn clone(&self) -> CompoundRule
fn clone(&self) -> CompoundRule
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 CompoundRule
impl Debug for CompoundRule
Source§impl Hash for CompoundRule
impl Hash for CompoundRule
Source§impl PartialEq for CompoundRule
impl PartialEq for CompoundRule
impl Eq for CompoundRule
impl StructuralPartialEq for CompoundRule
Auto Trait Implementations§
impl Freeze for CompoundRule
impl RefUnwindSafe for CompoundRule
impl Send for CompoundRule
impl Sync for CompoundRule
impl Unpin for CompoundRule
impl UnwindSafe for CompoundRule
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