#[repr(i8)]pub enum CustomOptionsFormat {
CustomOptionsFormat_FLEXBUFFERS = 0,
}Variants§
CustomOptionsFormat_FLEXBUFFERS = 0
Implementations§
Source§impl CustomOptionsFormat
impl CustomOptionsFormat
pub const CustomOptionsFormat_MIN: CustomOptionsFormat = CustomOptionsFormat::CustomOptionsFormat_FLEXBUFFERS
Source§impl CustomOptionsFormat
impl CustomOptionsFormat
pub const CustomOptionsFormat_MAX: CustomOptionsFormat = CustomOptionsFormat::CustomOptionsFormat_FLEXBUFFERS
Trait Implementations§
Source§impl Clone for CustomOptionsFormat
impl Clone for CustomOptionsFormat
Source§fn clone(&self) -> CustomOptionsFormat
fn clone(&self) -> CustomOptionsFormat
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 CustomOptionsFormat
Source§impl Debug for CustomOptionsFormat
impl Debug for CustomOptionsFormat
impl Eq for CustomOptionsFormat
Source§impl Hash for CustomOptionsFormat
impl Hash for CustomOptionsFormat
Source§impl PartialEq for CustomOptionsFormat
impl PartialEq for CustomOptionsFormat
Source§fn eq(&self, other: &CustomOptionsFormat) -> bool
fn eq(&self, other: &CustomOptionsFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CustomOptionsFormat
Auto Trait Implementations§
impl Freeze for CustomOptionsFormat
impl RefUnwindSafe for CustomOptionsFormat
impl Send for CustomOptionsFormat
impl Sync for CustomOptionsFormat
impl Unpin for CustomOptionsFormat
impl UnsafeUnpin for CustomOptionsFormat
impl UnwindSafe for CustomOptionsFormat
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