#[repr(u8)]pub enum AgentIdStatus {
Unchanged = 1,
Changed = 2,
}Expand description
Whether the server expects the client to keep its Agent ID or be assigned a new one
Variants§
Trait Implementations§
Source§impl Clone for AgentIdStatus
impl Clone for AgentIdStatus
Source§fn clone(&self) -> AgentIdStatus
fn clone(&self) -> AgentIdStatus
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 AgentIdStatus
impl Debug for AgentIdStatus
Source§impl PartialEq for AgentIdStatus
impl PartialEq for AgentIdStatus
impl Copy for AgentIdStatus
impl Eq for AgentIdStatus
impl StructuralPartialEq for AgentIdStatus
Auto Trait Implementations§
impl Freeze for AgentIdStatus
impl RefUnwindSafe for AgentIdStatus
impl Send for AgentIdStatus
impl Sync for AgentIdStatus
impl Unpin for AgentIdStatus
impl UnwindSafe for AgentIdStatus
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