pub struct Vsc(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for Vsc
impl Ord for Vsc
Source§impl PartialOrd for Vsc
impl PartialOrd for Vsc
impl Copy for Vsc
impl Eq for Vsc
impl StructuralPartialEq for Vsc
Auto Trait Implementations§
impl Freeze for Vsc
impl RefUnwindSafe for Vsc
impl Send for Vsc
impl Sync for Vsc
impl Unpin for Vsc
impl UnwindSafe for Vsc
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