pub struct InfoField(pub char, pub String);
Tuple Fields§
§0: char
§1: String
Implementations§
Trait Implementations§
impl Eq for InfoField
impl StructuralPartialEq for InfoField
Auto Trait Implementations§
impl Freeze for InfoField
impl RefUnwindSafe for InfoField
impl Send for InfoField
impl Sync for InfoField
impl Unpin for InfoField
impl UnwindSafe for InfoField
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