pub struct TapManager { /* private fields */ }Expand description
Manages installed taps
Implementations§
Source§impl TapManager
impl TapManager
Trait Implementations§
Source§impl Clone for TapManager
impl Clone for TapManager
Source§fn clone(&self) -> TapManager
fn clone(&self) -> TapManager
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TapManager
impl Debug for TapManager
Source§impl Default for TapManager
impl Default for TapManager
Source§impl<'de> Deserialize<'de> for TapManager
impl<'de> Deserialize<'de> for TapManager
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TapManager
impl RefUnwindSafe for TapManager
impl Send for TapManager
impl Sync for TapManager
impl Unpin for TapManager
impl UnsafeUnpin for TapManager
impl UnwindSafe for TapManager
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