pub struct Tank { /* private fields */ }Expand description
A diving cylinder filled with some gas mix with some volume and service pressure.
Implementations§
Trait Implementations§
impl Copy for Tank
impl Eq for Tank
impl StructuralPartialEq for Tank
Auto Trait Implementations§
impl Freeze for Tank
impl RefUnwindSafe for Tank
impl Send for Tank
impl Sync for Tank
impl Unpin for Tank
impl UnwindSafe for Tank
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