pub struct AccessControlRequest {
pub local_socket_id: SocketId,
pub remote: SocketAddr,
pub remote_socket_id: SocketId,
pub stream_id: Option<StreamId>,
}Fields§
§local_socket_id: SocketId§remote: SocketAddr§remote_socket_id: SocketId§stream_id: Option<StreamId>Trait Implementations§
source§impl Debug for AccessControlRequest
impl Debug for AccessControlRequest
source§impl PartialEq<AccessControlRequest> for AccessControlRequest
impl PartialEq<AccessControlRequest> for AccessControlRequest
source§fn eq(&self, other: &AccessControlRequest) -> bool
fn eq(&self, other: &AccessControlRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for AccessControlRequest
impl StructuralEq for AccessControlRequest
impl StructuralPartialEq for AccessControlRequest
Auto Trait Implementations§
impl RefUnwindSafe for AccessControlRequest
impl Send for AccessControlRequest
impl Sync for AccessControlRequest
impl Unpin for AccessControlRequest
impl UnwindSafe for AccessControlRequest
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 Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.