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