pub enum TSEncoding {
PLAIN,
TS2DIFF,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TSEncoding
impl Clone for TSEncoding
Source§fn clone(&self) -> TSEncoding
fn clone(&self) -> TSEncoding
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TSEncoding
impl Debug for TSEncoding
Source§impl PartialEq for TSEncoding
impl PartialEq for TSEncoding
Source§impl TryFrom<u8> for TSEncoding
impl TryFrom<u8> for TSEncoding
impl Copy for TSEncoding
impl StructuralPartialEq for TSEncoding
Auto Trait Implementations§
impl Freeze for TSEncoding
impl RefUnwindSafe for TSEncoding
impl Send for TSEncoding
impl Sync for TSEncoding
impl Unpin for TSEncoding
impl UnwindSafe for TSEncoding
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