pub struct SetDERControlResponse {
pub custom_data: Option<CustomData>,
pub status: DERControlStatusEnum,
pub status_info: Option<StatusInfo>,
pub superseded_ids: Option<Vec<String<36usize>, 24usize>>,
}Fields§
§custom_data: Option<CustomData>§status: DERControlStatusEnum§status_info: Option<StatusInfo>§superseded_ids: Option<Vec<String<36usize>, 24usize>>List of controlIds that are superseded as a result of setting this control.
Trait Implementations§
Source§impl Clone for SetDERControlResponse
impl Clone for SetDERControlResponse
Source§fn clone(&self) -> SetDERControlResponse
fn clone(&self) -> SetDERControlResponse
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 SetDERControlResponse
impl Debug for SetDERControlResponse
impl Eq for SetDERControlResponse
Source§impl PartialEq for SetDERControlResponse
impl PartialEq for SetDERControlResponse
impl StructuralPartialEq for SetDERControlResponse
Auto Trait Implementations§
impl Freeze for SetDERControlResponse
impl RefUnwindSafe for SetDERControlResponse
impl Send for SetDERControlResponse
impl Sync for SetDERControlResponse
impl Unpin for SetDERControlResponse
impl UnsafeUnpin for SetDERControlResponse
impl UnwindSafe for SetDERControlResponse
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