pub struct ControlLinkInput {
pub standard_id: String,
pub control_id: String,
pub control_name: String,
}Expand description
Input data for linking a standard to an internal control.
Fields§
§standard_id: String§control_id: String§control_name: StringTrait Implementations§
Source§impl Clone for ControlLinkInput
impl Clone for ControlLinkInput
Source§fn clone(&self) -> ControlLinkInput
fn clone(&self) -> ControlLinkInput
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 moreAuto Trait Implementations§
impl Freeze for ControlLinkInput
impl RefUnwindSafe for ControlLinkInput
impl Send for ControlLinkInput
impl Sync for ControlLinkInput
impl Unpin for ControlLinkInput
impl UnsafeUnpin for ControlLinkInput
impl UnwindSafe for ControlLinkInput
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