pub struct GetConnectionInfo;
Trait Implementations§
Source§impl Method for GetConnectionInfo
impl Method for GetConnectionInfo
Source§type Response = WireConnectionInfo
type Response = WireConnectionInfo
The response payload for the method.
Auto Trait Implementations§
impl Freeze for GetConnectionInfo
impl RefUnwindSafe for GetConnectionInfo
impl Send for GetConnectionInfo
impl Sync for GetConnectionInfo
impl Unpin for GetConnectionInfo
impl UnwindSafe for GetConnectionInfo
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