pub enum YsonFormat {
Binary,
Text,
}Expand description
Supported format for YSON data representation
Variants§
Trait Implementations§
Source§impl Clone for YsonFormat
impl Clone for YsonFormat
Source§fn clone(&self) -> YsonFormat
fn clone(&self) -> YsonFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for YsonFormat
Source§impl Debug for YsonFormat
impl Debug for YsonFormat
impl Eq for YsonFormat
Source§impl Hash for YsonFormat
impl Hash for YsonFormat
Source§impl PartialEq for YsonFormat
impl PartialEq for YsonFormat
impl StructuralPartialEq for YsonFormat
Auto Trait Implementations§
impl Freeze for YsonFormat
impl RefUnwindSafe for YsonFormat
impl Send for YsonFormat
impl Sync for YsonFormat
impl Unpin for YsonFormat
impl UnsafeUnpin for YsonFormat
impl UnwindSafe for YsonFormat
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