pub struct AcrUpdate<'a> {
pub tenable: &'a Tenable<'a>,
pub acrs: Cow<'a, [Acr]>,
}Expand description
Request Object for the acr_update function
Fields§
§tenable: &'a Tenable<'a>Inner tenable Client
acrs: Cow<'a, [Acr]>Acrs to send to tenable
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for AcrUpdate<'a>
impl<'a> RefUnwindSafe for AcrUpdate<'a>
impl<'a> Send for AcrUpdate<'a>
impl<'a> Sync for AcrUpdate<'a>
impl<'a> Unpin for AcrUpdate<'a>
impl<'a> UnsafeUnpin for AcrUpdate<'a>
impl<'a> UnwindSafe for AcrUpdate<'a>
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