pub struct PingReq {
pub client_id: ClientId,
}Fields§
§client_id: ClientIdTrait Implementations§
impl StructuralPartialEq for PingReq
Auto Trait Implementations§
impl Freeze for PingReq
impl RefUnwindSafe for PingReq
impl Send for PingReq
impl Sync for PingReq
impl Unpin for PingReq
impl UnwindSafe for PingReq
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