pub struct SiblingLead {
pub name: String,
pub memo: String,
}Expand description
Info about a sibling lead agent.
Fields§
§name: String§memo: StringAuto Trait Implementations§
impl Freeze for SiblingLead
impl RefUnwindSafe for SiblingLead
impl Send for SiblingLead
impl Sync for SiblingLead
impl Unpin for SiblingLead
impl UnsafeUnpin for SiblingLead
impl UnwindSafe for SiblingLead
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