pub struct Multi { /* private fields */ }
Expand description
Multi gets gauge items from many rows(Label required).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Multi
impl RefUnwindSafe for Multi
impl Send for Multi
impl Sync for Multi
impl Unpin for Multi
impl UnwindSafe for Multi
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