pub struct DriverOpts {
pub driver_type: Option<String>,
pub o: Option<String>,
pub device: Option<String>,
}
Fields§
§driver_type: Option<String>
§o: Option<String>
§device: Option<String>
Trait Implementations§
Source§impl Clone for DriverOpts
impl Clone for DriverOpts
Source§fn clone(&self) -> DriverOpts
fn clone(&self) -> DriverOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DriverOpts
impl Debug for DriverOpts
Source§impl<'de> Deserialize<'de> for DriverOpts
impl<'de> Deserialize<'de> for DriverOpts
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DriverOpts
impl RefUnwindSafe for DriverOpts
impl Send for DriverOpts
impl Sync for DriverOpts
impl Unpin for DriverOpts
impl UnwindSafe for DriverOpts
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