pub struct HandoffTarget {
pub name: String,
pub description: String,
}Expand description
A target agent that can receive a handoff.
Fields§
§name: String§description: StringTrait Implementations§
Source§impl Clone for HandoffTarget
impl Clone for HandoffTarget
Source§fn clone(&self) -> HandoffTarget
fn clone(&self) -> HandoffTarget
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HandoffTarget
impl RefUnwindSafe for HandoffTarget
impl Send for HandoffTarget
impl Sync for HandoffTarget
impl Unpin for HandoffTarget
impl UnsafeUnpin for HandoffTarget
impl UnwindSafe for HandoffTarget
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