pub enum RelMode {
Callers,
Impact,
}Variants§
Trait Implementations§
impl Copy for RelMode
impl Eq for RelMode
impl StructuralPartialEq for RelMode
Auto Trait Implementations§
impl Freeze for RelMode
impl RefUnwindSafe for RelMode
impl Send for RelMode
impl Sync for RelMode
impl Unpin for RelMode
impl UnsafeUnpin for RelMode
impl UnwindSafe for RelMode
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