pub struct AgentSourceGroup {
pub label: &'static str,
pub source: &'static str,
}Expand description
Represents a source group for display ordering.
Fields§
§label: &'static str§source: &'static strTrait Implementations§
Source§impl Clone for AgentSourceGroup
impl Clone for AgentSourceGroup
Source§fn clone(&self) -> AgentSourceGroup
fn clone(&self) -> AgentSourceGroup
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 AgentSourceGroup
impl RefUnwindSafe for AgentSourceGroup
impl Send for AgentSourceGroup
impl Sync for AgentSourceGroup
impl Unpin for AgentSourceGroup
impl UnsafeUnpin for AgentSourceGroup
impl UnwindSafe for AgentSourceGroup
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