#[repr(u32)]pub enum EsMutePath {
Prefix = 0,
Literal = 1,
}Variants§
Auto Trait Implementations§
impl Freeze for EsMutePath
impl RefUnwindSafe for EsMutePath
impl Send for EsMutePath
impl Sync for EsMutePath
impl Unpin for EsMutePath
impl UnsafeUnpin for EsMutePath
impl UnwindSafe for EsMutePath
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