pub struct ViteMode(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for ViteMode
impl Ord for ViteMode
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ViteMode
impl PartialOrd for ViteMode
impl Eq for ViteMode
impl StructuralPartialEq for ViteMode
Auto Trait Implementations§
impl Freeze for ViteMode
impl RefUnwindSafe for ViteMode
impl Send for ViteMode
impl Sync for ViteMode
impl Unpin for ViteMode
impl UnsafeUnpin for ViteMode
impl UnwindSafe for ViteMode
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