pub struct HostVerificationEvent {
pub message: String,
/* private fields */
}Fields§
§message: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HostVerificationEvent
impl RefUnwindSafe for HostVerificationEvent
impl Send for HostVerificationEvent
impl Sync for HostVerificationEvent
impl Unpin for HostVerificationEvent
impl UnwindSafe for HostVerificationEvent
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