pub struct EnvInstance {
pub name: String,
pub lib: Option<String>,
pub device: Option<String>,
}Fields§
§name: String§lib: Option<String>§device: Option<String>Trait Implementations§
Source§impl Clone for EnvInstance
impl Clone for EnvInstance
Source§fn clone(&self) -> EnvInstance
fn clone(&self) -> EnvInstance
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 EnvInstance
impl Debug for EnvInstance
Source§impl<'de> Deserialize<'de> for EnvInstance
impl<'de> Deserialize<'de> for EnvInstance
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 EnvInstance
impl RefUnwindSafe for EnvInstance
impl Send for EnvInstance
impl Sync for EnvInstance
impl Unpin for EnvInstance
impl UnsafeUnpin for EnvInstance
impl UnwindSafe for EnvInstance
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