pub enum GuestMemoryBlockResponseType {
success,
not_found,
operation_not_supported,
operation_failed,
}
Variants§
Trait Implementations§
Source§impl Clone for GuestMemoryBlockResponseType
impl Clone for GuestMemoryBlockResponseType
Source§fn clone(&self) -> GuestMemoryBlockResponseType
fn clone(&self) -> GuestMemoryBlockResponseType
Returns a copy 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 GuestMemoryBlockResponseType
impl Debug for GuestMemoryBlockResponseType
Source§impl<'de> Deserialize<'de> for GuestMemoryBlockResponseType
impl<'de> Deserialize<'de> for GuestMemoryBlockResponseType
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 Enum for GuestMemoryBlockResponseType
impl Enum for GuestMemoryBlockResponseType
Source§impl Hash for GuestMemoryBlockResponseType
impl Hash for GuestMemoryBlockResponseType
Source§impl Ord for GuestMemoryBlockResponseType
impl Ord for GuestMemoryBlockResponseType
Source§fn cmp(&self, other: &GuestMemoryBlockResponseType) -> Ordering
fn cmp(&self, other: &GuestMemoryBlockResponseType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GuestMemoryBlockResponseType
impl PartialEq for GuestMemoryBlockResponseType
Source§fn eq(&self, other: &GuestMemoryBlockResponseType) -> bool
fn eq(&self, other: &GuestMemoryBlockResponseType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for GuestMemoryBlockResponseType
impl PartialOrd for GuestMemoryBlockResponseType
impl Copy for GuestMemoryBlockResponseType
impl Eq for GuestMemoryBlockResponseType
impl StructuralPartialEq for GuestMemoryBlockResponseType
Auto Trait Implementations§
impl Freeze for GuestMemoryBlockResponseType
impl RefUnwindSafe for GuestMemoryBlockResponseType
impl Send for GuestMemoryBlockResponseType
impl Sync for GuestMemoryBlockResponseType
impl Unpin for GuestMemoryBlockResponseType
impl UnwindSafe for GuestMemoryBlockResponseType
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