pub struct StoragePoolUndefineRequest(/* private fields */);Implementations§
Source§impl StoragePoolUndefineRequest
impl StoragePoolUndefineRequest
pub fn new(pool: StoragePool) -> Self
Trait Implementations§
Source§impl Debug for StoragePoolUndefineRequest
impl Debug for StoragePoolUndefineRequest
Source§impl<R: Read> LibvirtRpc<R> for StoragePoolUndefineRequest
impl<R: Read> LibvirtRpc<R> for StoragePoolUndefineRequest
const PROCEDURE: remote_procedure = remote_procedure::REMOTE_PROC_STORAGE_POOL_UNDEFINE
type Response = StoragePoolUndefineResponse
Auto Trait Implementations§
impl Freeze for StoragePoolUndefineRequest
impl RefUnwindSafe for StoragePoolUndefineRequest
impl Send for StoragePoolUndefineRequest
impl Sync for StoragePoolUndefineRequest
impl Unpin for StoragePoolUndefineRequest
impl UnwindSafe for StoragePoolUndefineRequest
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