pub struct Refusing;Expand description
The default: every request fails, and says why in a sentence a program can print.
A process that has not installed a client has not decided to make outbound calls, and
beck test is the ordinary case — a net.out atom is auto-stubbed there (§21.3), so a test
that reaches this has one the harness could not stub.
Trait Implementations§
impl Copy for Refusing
Auto Trait Implementations§
impl Freeze for Refusing
impl RefUnwindSafe for Refusing
impl Send for Refusing
impl Sync for Refusing
impl Unpin for Refusing
impl UnwindSafe for Refusing
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