pub struct CannotForwardControlPort();
Trait Implementations§
Source§impl Debug for CannotForwardControlPort
impl Debug for CannotForwardControlPort
Source§impl Display for CannotForwardControlPort
impl Display for CannotForwardControlPort
Source§impl From<CannotForwardControlPort> for AnyError
impl From<CannotForwardControlPort> for AnyError
Source§fn from(e: CannotForwardControlPort) -> AnyError
fn from(e: CannotForwardControlPort) -> AnyError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CannotForwardControlPort
impl RefUnwindSafe for CannotForwardControlPort
impl Send for CannotForwardControlPort
impl Sync for CannotForwardControlPort
impl Unpin for CannotForwardControlPort
impl UnwindSafe for CannotForwardControlPort
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