pub struct UtilityHandler;Trait Implementations§
Auto Trait Implementations§
impl Freeze for UtilityHandler
impl RefUnwindSafe for UtilityHandler
impl Send for UtilityHandler
impl Sync for UtilityHandler
impl Unpin for UtilityHandler
impl UnsafeUnpin for UtilityHandler
impl UnwindSafe for UtilityHandler
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