pub enum MemoryRangeAuthorityMode {
Reserved,
Allowed,
}Expand description
MemoryRangeAuthorityMode
Variants§
Trait Implementations§
Source§impl Clone for MemoryRangeAuthorityMode
impl Clone for MemoryRangeAuthorityMode
Source§fn clone(&self) -> MemoryRangeAuthorityMode
fn clone(&self) -> MemoryRangeAuthorityMode
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 moreSource§impl Debug for MemoryRangeAuthorityMode
impl Debug for MemoryRangeAuthorityMode
Source§impl<'de> Deserialize<'de> for MemoryRangeAuthorityMode
impl<'de> Deserialize<'de> for MemoryRangeAuthorityMode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MemoryRangeAuthorityMode
impl PartialEq for MemoryRangeAuthorityMode
Source§fn eq(&self, other: &MemoryRangeAuthorityMode) -> bool
fn eq(&self, other: &MemoryRangeAuthorityMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MemoryRangeAuthorityMode
impl Eq for MemoryRangeAuthorityMode
impl StructuralPartialEq for MemoryRangeAuthorityMode
Auto Trait Implementations§
impl Freeze for MemoryRangeAuthorityMode
impl RefUnwindSafe for MemoryRangeAuthorityMode
impl Send for MemoryRangeAuthorityMode
impl Sync for MemoryRangeAuthorityMode
impl Unpin for MemoryRangeAuthorityMode
impl UnsafeUnpin for MemoryRangeAuthorityMode
impl UnwindSafe for MemoryRangeAuthorityMode
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