pub struct PortmapErrorAlert(/* private fields */);Auto Trait Implementations§
impl Freeze for PortmapErrorAlert
impl RefUnwindSafe for PortmapErrorAlert
impl !Send for PortmapErrorAlert
impl !Sync for PortmapErrorAlert
impl Unpin for PortmapErrorAlert
impl UnwindSafe for PortmapErrorAlert
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