pub struct NoOpToolPort;Expand description
A no-op tool port that advertises no tools and rejects all calls.
Trait Implementations§
Source§impl Clone for NoOpToolPort
impl Clone for NoOpToolPort
Source§fn clone(&self) -> NoOpToolPort
fn clone(&self) -> NoOpToolPort
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 Debug for NoOpToolPort
impl Debug for NoOpToolPort
Source§impl Default for NoOpToolPort
impl Default for NoOpToolPort
Source§fn default() -> NoOpToolPort
fn default() -> NoOpToolPort
Returns the “default value” for a type. Read more
Source§impl ToolPort for NoOpToolPort
impl ToolPort for NoOpToolPort
impl Copy for NoOpToolPort
Auto Trait Implementations§
impl Freeze for NoOpToolPort
impl RefUnwindSafe for NoOpToolPort
impl Send for NoOpToolPort
impl Sync for NoOpToolPort
impl Unpin for NoOpToolPort
impl UnsafeUnpin for NoOpToolPort
impl UnwindSafe for NoOpToolPort
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