Struct oci_spec::runtime::WindowsDeviceBuilder
source · pub struct WindowsDeviceBuilder { /* private fields */ }
Expand description
Builder for WindowsDevice
.
Implementations§
source§impl WindowsDeviceBuilder
impl WindowsDeviceBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WindowsDeviceBuilder
impl RefUnwindSafe for WindowsDeviceBuilder
impl Send for WindowsDeviceBuilder
impl Sync for WindowsDeviceBuilder
impl Unpin for WindowsDeviceBuilder
impl UnwindSafe for WindowsDeviceBuilder
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