pub enum MaxRulePacks {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for MaxRulePacks
impl RefUnwindSafe for MaxRulePacks
impl Send for MaxRulePacks
impl Sync for MaxRulePacks
impl Unpin for MaxRulePacks
impl UnsafeUnpin for MaxRulePacks
impl UnwindSafe for MaxRulePacks
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