Struct tap::plugin_dummy_singleton::DummySingleton
source · [−]pub struct DummySingleton { /* private fields */ }
Trait Implementations
sourceimpl Default for DummySingleton
impl Default for DummySingleton
sourcefn default() -> DummySingleton
fn default() -> DummySingleton
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DummySingleton
impl Send for DummySingleton
impl Sync for DummySingleton
impl Unpin for DummySingleton
impl UnwindSafe for DummySingleton
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more