pub enum AgentsMdMode {
Nearest,
All,
}Variants§
Trait Implementations§
Source§impl Clone for AgentsMdMode
impl Clone for AgentsMdMode
Source§fn clone(&self) -> AgentsMdMode
fn clone(&self) -> AgentsMdMode
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 AgentsMdMode
impl Debug for AgentsMdMode
Source§impl PartialEq for AgentsMdMode
impl PartialEq for AgentsMdMode
impl Copy for AgentsMdMode
impl Eq for AgentsMdMode
impl StructuralPartialEq for AgentsMdMode
Auto Trait Implementations§
impl Freeze for AgentsMdMode
impl RefUnwindSafe for AgentsMdMode
impl Send for AgentsMdMode
impl Sync for AgentsMdMode
impl Unpin for AgentsMdMode
impl UnsafeUnpin for AgentsMdMode
impl UnwindSafe for AgentsMdMode
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