pub enum ModuleRetract {
Single(String),
Range(String, String),
}Variants§
Trait Implementations§
Source§impl Debug for ModuleRetract
impl Debug for ModuleRetract
impl Eq for ModuleRetract
Source§impl PartialEq for ModuleRetract
impl PartialEq for ModuleRetract
Source§fn eq(&self, other: &ModuleRetract) -> bool
fn eq(&self, other: &ModuleRetract) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModuleRetract
Auto Trait Implementations§
impl Freeze for ModuleRetract
impl RefUnwindSafe for ModuleRetract
impl Send for ModuleRetract
impl Sync for ModuleRetract
impl Unpin for ModuleRetract
impl UnsafeUnpin for ModuleRetract
impl UnwindSafe for ModuleRetract
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