pub struct NoopCaller(/* private fields */);Expand description
Liveness-only handle for a connection root.
Keeps the root connection alive but intentionally exposes no outbound RPC API.
Trait Implementations§
Source§impl Clone for NoopCaller
impl Clone for NoopCaller
Source§fn clone(&self) -> NoopCaller
fn clone(&self) -> NoopCaller
Returns a duplicate 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 moreSource§impl From<DriverCaller> for NoopCaller
impl From<DriverCaller> for NoopCaller
Source§fn from(caller: DriverCaller) -> Self
fn from(caller: DriverCaller) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NoopCaller
impl !RefUnwindSafe for NoopCaller
impl Send for NoopCaller
impl Sync for NoopCaller
impl Unpin for NoopCaller
impl UnsafeUnpin for NoopCaller
impl !UnwindSafe for NoopCaller
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