pub enum SetMemoryLimitValue {
Bytes(usize),
None,
}Variants§
Trait Implementations§
Source§impl Clone for SetMemoryLimitValue
impl Clone for SetMemoryLimitValue
Source§fn clone(&self) -> SetMemoryLimitValue
fn clone(&self) -> SetMemoryLimitValue
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 moreAuto Trait Implementations§
impl Freeze for SetMemoryLimitValue
impl RefUnwindSafe for SetMemoryLimitValue
impl Send for SetMemoryLimitValue
impl Sync for SetMemoryLimitValue
impl Unpin for SetMemoryLimitValue
impl UnsafeUnpin for SetMemoryLimitValue
impl UnwindSafe for SetMemoryLimitValue
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