#[repr(u8)]pub enum SystemVariable {
AgentType = 0,
AgentVersion = 1,
}Variants§
Trait Implementations§
Source§impl Clone for SystemVariable
impl Clone for SystemVariable
Source§fn clone(&self) -> SystemVariable
fn clone(&self) -> SystemVariable
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 SystemVariable
impl Debug for SystemVariable
Source§impl Ord for SystemVariable
impl Ord for SystemVariable
Source§fn cmp(&self, other: &SystemVariable) -> Ordering
fn cmp(&self, other: &SystemVariable) -> 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 SystemVariable
impl PartialEq for SystemVariable
Source§impl PartialOrd for SystemVariable
impl PartialOrd for SystemVariable
impl Copy for SystemVariable
impl Eq for SystemVariable
impl StructuralPartialEq for SystemVariable
Auto Trait Implementations§
impl Freeze for SystemVariable
impl RefUnwindSafe for SystemVariable
impl Send for SystemVariable
impl Sync for SystemVariable
impl Unpin for SystemVariable
impl UnsafeUnpin for SystemVariable
impl UnwindSafe for SystemVariable
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