Struct tokio_vsock::VsockAddr
pub struct VsockAddr(/* private fields */);
Expand description
Implementations§
Trait Implementations§
§impl AsRef<sockaddr_vm> for VsockAddr
impl AsRef<sockaddr_vm> for VsockAddr
§fn as_ref(&self) -> &sockaddr_vm
fn as_ref(&self) -> &sockaddr_vm
Converts this type into a shared reference of the (usually inferred) input type.
§impl SockaddrLike for VsockAddr
impl SockaddrLike for VsockAddr
impl Copy for VsockAddr
impl Eq for VsockAddr
Auto Trait Implementations§
impl RefUnwindSafe for VsockAddr
impl Send for VsockAddr
impl Sync for VsockAddr
impl Unpin for VsockAddr
impl UnwindSafe for VsockAddr
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request