pub struct ConnectionScopeBody {
pub local_addr: Option<String>,
pub peer_addr: Option<String>,
}Fields§
§local_addr: Option<String>§peer_addr: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConnectionScopeBody
impl RefUnwindSafe for ConnectionScopeBody
impl Send for ConnectionScopeBody
impl Sync for ConnectionScopeBody
impl Unpin for ConnectionScopeBody
impl UnsafeUnpin for ConnectionScopeBody
impl UnwindSafe for ConnectionScopeBody
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