pub struct ClientDestinationStarted {
pub name: String,
}Expand description
Client destination has been started.
Fields§
§name: StringName of the destination.
Trait Implementations§
Source§impl Clone for ClientDestinationStarted
impl Clone for ClientDestinationStarted
Source§fn clone(&self) -> ClientDestinationStarted
fn clone(&self) -> ClientDestinationStarted
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 ClientDestinationStarted
impl Debug for ClientDestinationStarted
Source§impl Default for ClientDestinationStarted
impl Default for ClientDestinationStarted
Source§fn default() -> ClientDestinationStarted
fn default() -> ClientDestinationStarted
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClientDestinationStarted
impl RefUnwindSafe for ClientDestinationStarted
impl Send for ClientDestinationStarted
impl Sync for ClientDestinationStarted
impl Unpin for ClientDestinationStarted
impl UnwindSafe for ClientDestinationStarted
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