Struct grib::codetables::LookupResult
source · pub struct LookupResult(/* private fields */);
Implementations§
source§impl LookupResult
impl LookupResult
sourcepub fn description(&self) -> Option<String>
pub fn description(&self) -> Option<String>
Returns WMO description of the code.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LookupResult
impl RefUnwindSafe for LookupResult
impl Send for LookupResult
impl Sync for LookupResult
impl Unpin for LookupResult
impl UnwindSafe for LookupResult
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