pub struct DomainGetVcpusResponse(/* private fields */);Trait Implementations§
Source§impl Debug for DomainGetVcpusResponse
impl Debug for DomainGetVcpusResponse
Source§impl Into<u32> for DomainGetVcpusResponse
impl Into<u32> for DomainGetVcpusResponse
Auto Trait Implementations§
impl Freeze for DomainGetVcpusResponse
impl RefUnwindSafe for DomainGetVcpusResponse
impl Send for DomainGetVcpusResponse
impl Sync for DomainGetVcpusResponse
impl Unpin for DomainGetVcpusResponse
impl UnwindSafe for DomainGetVcpusResponse
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