pub struct RuleAlias { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for RuleAlias
impl Eq for RuleAlias
impl StructuralPartialEq for RuleAlias
Auto Trait Implementations§
impl Freeze for RuleAlias
impl RefUnwindSafe for RuleAlias
impl Send for RuleAlias
impl Sync for RuleAlias
impl Unpin for RuleAlias
impl UnsafeUnpin for RuleAlias
impl UnwindSafe for RuleAlias
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