pub enum SerializeFormat {
Text,
Json,
}
Expand description
The serialization format used in BufferSerializer
.
Variants§
Trait Implementations§
Source§impl Clone for SerializeFormat
impl Clone for SerializeFormat
Source§fn clone(&self) -> SerializeFormat
fn clone(&self) -> SerializeFormat
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 SerializeFormat
impl Debug for SerializeFormat
Source§impl From<SerializeFormat> for hb_buffer_serialize_format_t
impl From<SerializeFormat> for hb_buffer_serialize_format_t
Source§fn from(fmt: SerializeFormat) -> Self
fn from(fmt: SerializeFormat) -> Self
Converts to this type from the input type.
Source§impl Hash for SerializeFormat
impl Hash for SerializeFormat
Source§impl PartialEq for SerializeFormat
impl PartialEq for SerializeFormat
impl Copy for SerializeFormat
impl Eq for SerializeFormat
impl StructuralPartialEq for SerializeFormat
Auto Trait Implementations§
impl Freeze for SerializeFormat
impl RefUnwindSafe for SerializeFormat
impl Send for SerializeFormat
impl Sync for SerializeFormat
impl Unpin for SerializeFormat
impl UnwindSafe for SerializeFormat
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