pub struct ConnectionRequestAuthorization(/* private fields */);
Expand description
Indicates whether a connection request should be authorized.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ConnectionRequestAuthorization
impl Send for ConnectionRequestAuthorization
impl Sync for ConnectionRequestAuthorization
impl Unpin for ConnectionRequestAuthorization
impl UnwindSafe for ConnectionRequestAuthorization
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