pub struct AvailableMode {
pub id: String,
pub name: String,
}Expand description
An available agent mode from the session.
Fields§
§id: String§name: StringTrait Implementations§
Source§impl Clone for AvailableMode
impl Clone for AvailableMode
Source§fn clone(&self) -> AvailableMode
fn clone(&self) -> AvailableMode
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 moreAuto Trait Implementations§
impl Freeze for AvailableMode
impl RefUnwindSafe for AvailableMode
impl Send for AvailableMode
impl Sync for AvailableMode
impl Unpin for AvailableMode
impl UnsafeUnpin for AvailableMode
impl UnwindSafe for AvailableMode
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