pub struct Melter { /* private fields */ }
Expand description
Ice Melter.
This struct is responsible for queueing all the Ice to be molten using it’s Heaters.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Melter
impl !RefUnwindSafe for Melter
impl Send for Melter
impl Sync for Melter
impl Unpin for Melter
impl !UnwindSafe for Melter
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