pub enum EnvironmentInts {
None,
IntSize(u64),
VectorType(VectorSerializType),
}
Variants§
Implementations§
Source§impl EnvironmentInts
impl EnvironmentInts
pub fn consume_int_with(self) -> u64
pub fn consume_vector_type(self) -> VectorSerializType
Trait Implementations§
Source§impl Clone for EnvironmentInts
impl Clone for EnvironmentInts
Source§fn clone(&self) -> EnvironmentInts
fn clone(&self) -> EnvironmentInts
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 EnvironmentInts
impl Debug for EnvironmentInts
Source§impl Default for EnvironmentInts
impl Default for EnvironmentInts
Auto Trait Implementations§
impl Freeze for EnvironmentInts
impl RefUnwindSafe for EnvironmentInts
impl Send for EnvironmentInts
impl Sync for EnvironmentInts
impl Unpin for EnvironmentInts
impl UnwindSafe for EnvironmentInts
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