#[repr(u32)]pub enum EnsureAtomsOpt {
Standard = 0,
LongEncoding = 1,
}Expand description
Options for bulk atom operations
Variants§
Standard = 0
Standard encoding (length byte + data)
LongEncoding = 1
Long encoding (variable-length encoding)
Auto Trait Implementations§
impl Freeze for EnsureAtomsOpt
impl RefUnwindSafe for EnsureAtomsOpt
impl Send for EnsureAtomsOpt
impl Sync for EnsureAtomsOpt
impl Unpin for EnsureAtomsOpt
impl UnwindSafe for EnsureAtomsOpt
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