Struct mini_server::SoftListener
source · pub struct SoftListener { /* private fields */ }
Implementations§
source§impl SoftListener
impl SoftListener
pub fn new(handler: SoftEventHandler) -> Self
pub fn notify(&self)
Trait Implementations§
source§impl Clone for SoftListener
impl Clone for SoftListener
source§fn clone(&self) -> SoftListener
fn clone(&self) -> SoftListener
Returns a copy 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 moreAuto Trait Implementations§
impl RefUnwindSafe for SoftListener
impl Send for SoftListener
impl Sync for SoftListener
impl Unpin for SoftListener
impl UnwindSafe for SoftListener
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