pub struct AllowAllStreamAcceptor { /* private fields */ }Trait Implementations§
Source§impl Clone for AllowAllStreamAcceptor
impl Clone for AllowAllStreamAcceptor
Source§fn clone(&self) -> AllowAllStreamAcceptor
fn clone(&self) -> AllowAllStreamAcceptor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for AllowAllStreamAcceptor
impl Default for AllowAllStreamAcceptor
Source§fn default() -> AllowAllStreamAcceptor
fn default() -> AllowAllStreamAcceptor
Returns the “default value” for a type. Read more
Source§impl StreamAcceptor for AllowAllStreamAcceptor
impl StreamAcceptor for AllowAllStreamAcceptor
fn accept( &mut self, _streamid: Option<&str>, _ip: SocketAddr, ) -> Result<AcceptParameters, RejectReason>
impl Copy for AllowAllStreamAcceptor
Auto Trait Implementations§
impl Freeze for AllowAllStreamAcceptor
impl RefUnwindSafe for AllowAllStreamAcceptor
impl Send for AllowAllStreamAcceptor
impl Sync for AllowAllStreamAcceptor
impl Unpin for AllowAllStreamAcceptor
impl UnwindSafe for AllowAllStreamAcceptor
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