pub enum BuildClientMessage {
LogItem(LogItem),
AuxChanHostEndpointCreated(HostEndpoint),
}Variants§
LogItem(LogItem)
AuxChanHostEndpointCreated(HostEndpoint)
Trait Implementations§
Source§impl Clone for BuildClientMessage
impl Clone for BuildClientMessage
Source§fn clone(&self) -> BuildClientMessage
fn clone(&self) -> BuildClientMessage
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 BuildClientMessage
impl RefUnwindSafe for BuildClientMessage
impl Send for BuildClientMessage
impl Sync for BuildClientMessage
impl Unpin for BuildClientMessage
impl UnwindSafe for BuildClientMessage
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