Enum frc_value::FrcBinaryFormats
source · pub enum FrcBinaryFormats {
Raw(Vec<u8>),
MsgPack(Vec<u8>),
Protobuf(Vec<u8>),
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for FrcBinaryFormats
impl Clone for FrcBinaryFormats
source§fn clone(&self) -> FrcBinaryFormats
fn clone(&self) -> FrcBinaryFormats
Returns a copy 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 FrcBinaryFormats
impl Debug for FrcBinaryFormats
source§impl<'de> Deserialize<'de> for FrcBinaryFormats
impl<'de> Deserialize<'de> for FrcBinaryFormats
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for FrcBinaryFormats
impl Display for FrcBinaryFormats
source§impl Hash for FrcBinaryFormats
impl Hash for FrcBinaryFormats
source§impl PartialEq<FrcBinaryFormats> for FrcBinaryFormats
impl PartialEq<FrcBinaryFormats> for FrcBinaryFormats
source§fn eq(&self, other: &FrcBinaryFormats) -> bool
fn eq(&self, other: &FrcBinaryFormats) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for FrcBinaryFormats
impl Serialize for FrcBinaryFormats
impl StructuralPartialEq for FrcBinaryFormats
Auto Trait Implementations§
impl RefUnwindSafe for FrcBinaryFormats
impl Send for FrcBinaryFormats
impl Sync for FrcBinaryFormats
impl Unpin for FrcBinaryFormats
impl UnwindSafe for FrcBinaryFormats
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