pub struct BatchEnableStandardsRequest {
pub standards_subscription_requests: Vec<StandardsSubscriptionRequest>,
}
Fields§
§standards_subscription_requests: Vec<StandardsSubscriptionRequest>
The list of standards checks to enable.
Trait Implementations§
Source§impl Clone for BatchEnableStandardsRequest
impl Clone for BatchEnableStandardsRequest
Source§fn clone(&self) -> BatchEnableStandardsRequest
fn clone(&self) -> BatchEnableStandardsRequest
Returns a duplicate of the value. Read more
1.0.0 · 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 BatchEnableStandardsRequest
impl Debug for BatchEnableStandardsRequest
Source§impl Default for BatchEnableStandardsRequest
impl Default for BatchEnableStandardsRequest
Source§fn default() -> BatchEnableStandardsRequest
fn default() -> BatchEnableStandardsRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for BatchEnableStandardsRequest
Auto Trait Implementations§
impl Freeze for BatchEnableStandardsRequest
impl RefUnwindSafe for BatchEnableStandardsRequest
impl Send for BatchEnableStandardsRequest
impl Sync for BatchEnableStandardsRequest
impl Unpin for BatchEnableStandardsRequest
impl UnwindSafe for BatchEnableStandardsRequest
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