pub struct Warmer { /* private fields */ }Expand description
The warmer
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Warmer
impl RefUnwindSafe for Warmer
impl Send for Warmer
impl Sync for Warmer
impl Unpin for Warmer
impl UnwindSafe for Warmer
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