pub(super) struct Ponger {
bdp: Option<Bdp>,
keep_alive: Option<KeepAlive>,
shared: Arc<Mutex<Shared>>,
}
Fields§
§bdp: Option<Bdp>
§keep_alive: Option<KeepAlive>
Implementations§
Auto Trait Implementations§
impl Freeze for Ponger
impl !RefUnwindSafe for Ponger
impl Send for Ponger
impl Sync for Ponger
impl Unpin for Ponger
impl !UnwindSafe for Ponger
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