pub struct AFRRSignalResponse {
pub custom_data: Option<CustomData>,
pub status: GenericStatusEnum,
pub status_info: Option<StatusInfo>,
}Fields§
§custom_data: Option<CustomData>§status: GenericStatusEnum§status_info: Option<StatusInfo>Trait Implementations§
Source§impl Clone for AFRRSignalResponse
impl Clone for AFRRSignalResponse
Source§fn clone(&self) -> AFRRSignalResponse
fn clone(&self) -> AFRRSignalResponse
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 moreSource§impl Debug for AFRRSignalResponse
impl Debug for AFRRSignalResponse
impl Eq for AFRRSignalResponse
Source§impl PartialEq for AFRRSignalResponse
impl PartialEq for AFRRSignalResponse
impl StructuralPartialEq for AFRRSignalResponse
Auto Trait Implementations§
impl Freeze for AFRRSignalResponse
impl RefUnwindSafe for AFRRSignalResponse
impl Send for AFRRSignalResponse
impl Sync for AFRRSignalResponse
impl Unpin for AFRRSignalResponse
impl UnsafeUnpin for AFRRSignalResponse
impl UnwindSafe for AFRRSignalResponse
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