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