pub struct AssetsReq<'a> {
pub tenable: &'a Tenable<'a>,
}Expand description
Request Object for the assets function
Fields§
§tenable: &'a Tenable<'a>Inner tenable Client
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for AssetsReq<'a>
impl<'a> RefUnwindSafe for AssetsReq<'a>
impl<'a> Send for AssetsReq<'a>
impl<'a> Sync for AssetsReq<'a>
impl<'a> Unpin for AssetsReq<'a>
impl<'a> UnsafeUnpin for AssetsReq<'a>
impl<'a> UnwindSafe for AssetsReq<'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