pub struct GetHostsByIdsRequest {
pub hostids: Vec<String>,
}Fields§
§hostids: Vec<String>Trait Implementations§
Source§impl Debug for GetHostsByIdsRequest
impl Debug for GetHostsByIdsRequest
Auto Trait Implementations§
impl Freeze for GetHostsByIdsRequest
impl RefUnwindSafe for GetHostsByIdsRequest
impl Send for GetHostsByIdsRequest
impl Sync for GetHostsByIdsRequest
impl Unpin for GetHostsByIdsRequest
impl UnwindSafe for GetHostsByIdsRequest
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