pub struct RadioReport { /* private fields */ }Implementations§
Source§impl RadioReport
impl RadioReport
pub fn all_validated_params_present(self) -> bool
pub fn validates(self, config: RadioConfig) -> bool
Trait Implementations§
Source§impl Clone for RadioReport
impl Clone for RadioReport
Source§fn clone(&self) -> RadioReport
fn clone(&self) -> RadioReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RadioReport
Source§impl Debug for RadioReport
impl Debug for RadioReport
Source§impl Default for RadioReport
impl Default for RadioReport
Source§fn default() -> RadioReport
fn default() -> RadioReport
Returns the “default value” for a type. Read more
impl Eq for RadioReport
Source§impl PartialEq for RadioReport
impl PartialEq for RadioReport
impl StructuralPartialEq for RadioReport
Auto Trait Implementations§
impl Freeze for RadioReport
impl RefUnwindSafe for RadioReport
impl Send for RadioReport
impl Sync for RadioReport
impl Unpin for RadioReport
impl UnsafeUnpin for RadioReport
impl UnwindSafe for RadioReport
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