pub enum charDelta {
Set(char),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for charDelta
impl RefUnwindSafe for charDelta
impl Send for charDelta
impl Sync for charDelta
impl Unpin for charDelta
impl UnwindSafe for charDelta
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