#[repr(u32)]pub enum BinaryOptions {
None = 1,
PreserveNumberIds = 2,
}Variants§
Auto Trait Implementations§
impl Freeze for BinaryOptions
impl RefUnwindSafe for BinaryOptions
impl Send for BinaryOptions
impl Sync for BinaryOptions
impl Unpin for BinaryOptions
impl UnsafeUnpin for BinaryOptions
impl UnwindSafe for BinaryOptions
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