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