pub enum MemoryCandidateUse {
Inference,
Routing,
Audit,
}Expand description
Allowed future use for a compact memory candidate.
Variants§
Trait Implementations§
Source§impl Clone for MemoryCandidateUse
impl Clone for MemoryCandidateUse
Source§fn clone(&self) -> MemoryCandidateUse
fn clone(&self) -> MemoryCandidateUse
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 moreimpl Copy for MemoryCandidateUse
Source§impl Debug for MemoryCandidateUse
impl Debug for MemoryCandidateUse
Source§impl<'de> Deserialize<'de> for MemoryCandidateUse
impl<'de> Deserialize<'de> for MemoryCandidateUse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<MemoryCandidateUse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<MemoryCandidateUse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for MemoryCandidateUse
Source§impl Ord for MemoryCandidateUse
impl Ord for MemoryCandidateUse
Source§fn cmp(&self, other: &MemoryCandidateUse) -> Ordering
fn cmp(&self, other: &MemoryCandidateUse) -> Ordering
1.21.0 (const: unstable) · 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 MemoryCandidateUse
impl PartialEq for MemoryCandidateUse
Source§fn eq(&self, other: &MemoryCandidateUse) -> bool
fn eq(&self, other: &MemoryCandidateUse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MemoryCandidateUse
impl PartialOrd for MemoryCandidateUse
Source§impl Serialize for MemoryCandidateUse
impl Serialize for MemoryCandidateUse
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for MemoryCandidateUse
Auto Trait Implementations§
impl Freeze for MemoryCandidateUse
impl RefUnwindSafe for MemoryCandidateUse
impl Send for MemoryCandidateUse
impl Sync for MemoryCandidateUse
impl Unpin for MemoryCandidateUse
impl UnsafeUnpin for MemoryCandidateUse
impl UnwindSafe for MemoryCandidateUse
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