pub struct AFRRSignalRequest<const A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP: usize = 1024> {
pub custom_data: Option<CustomData>,
pub signal: i64,
pub timestamp: String<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>,
}Fields§
§custom_data: Option<CustomData>§signal: i64Value of signal in v2xSignalWattCurve.
timestamp: String<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>Time when signal becomes active.
Trait Implementations§
Source§impl<const A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP: usize> Action for AFRRSignalRequest<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>
Available on non-crate feature alloc only.
impl<const A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP: usize> Action for AFRRSignalRequest<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>
Available on non-crate feature
alloc only.Source§impl<const A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP: usize> Clone for AFRRSignalRequest<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>
impl<const A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP: usize> Clone for AFRRSignalRequest<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>
Source§fn clone(&self) -> AFRRSignalRequest<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>
fn clone(&self) -> AFRRSignalRequest<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>
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<const A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP: usize> Debug for AFRRSignalRequest<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>
impl<const A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP: usize> Debug for AFRRSignalRequest<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>
impl<const A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP: usize> Eq for AFRRSignalRequest<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>
Source§impl<const A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP: usize> PartialEq for AFRRSignalRequest<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>
impl<const A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP: usize> PartialEq for AFRRSignalRequest<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>
impl<const A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP: usize> StructuralPartialEq for AFRRSignalRequest<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>
Auto Trait Implementations§
impl<const A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP: usize> Freeze for AFRRSignalRequest<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>
impl<const A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP: usize> RefUnwindSafe for AFRRSignalRequest<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>
impl<const A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP: usize> Send for AFRRSignalRequest<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>
impl<const A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP: usize> Sync for AFRRSignalRequest<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>
impl<const A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP: usize> Unpin for AFRRSignalRequest<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>
impl<const A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP: usize> UnsafeUnpin for AFRRSignalRequest<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>
impl<const A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP: usize> UnwindSafe for AFRRSignalRequest<A_F_R_R_SIGNAL_REQUEST_TIMESTAMP_CAP>
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