#[repr(u8)]pub enum AgentMode {
Durable = 0,
Ephemeral = 1,
}Variants§
Trait Implementations§
Source§impl Ord for AgentMode
impl Ord for AgentMode
Source§impl PartialOrd for AgentMode
impl PartialOrd for AgentMode
impl Copy for AgentMode
impl Eq for AgentMode
impl StructuralPartialEq for AgentMode
Auto Trait Implementations§
impl Freeze for AgentMode
impl RefUnwindSafe for AgentMode
impl Send for AgentMode
impl Sync for AgentMode
impl Unpin for AgentMode
impl UnwindSafe for AgentMode
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