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