pub struct InfoResult {
pub value: Value,
pub radio_model: RadioModel,
}Expand description
Return type for RadioCodeCalculator::info.
Fields§
§value: Value§radio_model: RadioModelTrait Implementations§
Source§impl Clone for InfoResult
impl Clone for InfoResult
Source§fn clone(&self) -> InfoResult
fn clone(&self) -> InfoResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for InfoResult
impl RefUnwindSafe for InfoResult
impl Send for InfoResult
impl Sync for InfoResult
impl Unpin for InfoResult
impl UnsafeUnpin for InfoResult
impl UnwindSafe for InfoResult
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