pub struct ChardevCommon {
pub logappend: Option<bool>,
pub logfile: Option<String>,
}
Fields§
§logappend: Option<bool>
§logfile: Option<String>
Trait Implementations§
Source§impl AsRef<ChardevCommon> for ChardevCommonWrapper
impl AsRef<ChardevCommon> for ChardevCommonWrapper
Source§fn as_ref(&self) -> &ChardevCommon
fn as_ref(&self) -> &ChardevCommon
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<ChardevCommon> for ChardevQemuVDAgent
impl AsRef<ChardevCommon> for ChardevQemuVDAgent
Source§fn as_ref(&self) -> &ChardevCommon
fn as_ref(&self) -> &ChardevCommon
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<ChardevCommon> for ChardevRingbuf
impl AsRef<ChardevCommon> for ChardevRingbuf
Source§fn as_ref(&self) -> &ChardevCommon
fn as_ref(&self) -> &ChardevCommon
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<ChardevCommon> for ChardevStdio
impl AsRef<ChardevCommon> for ChardevStdio
Source§fn as_ref(&self) -> &ChardevCommon
fn as_ref(&self) -> &ChardevCommon
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<ChardevCommon> for ChardevVC
impl AsRef<ChardevCommon> for ChardevVC
Source§fn as_ref(&self) -> &ChardevCommon
fn as_ref(&self) -> &ChardevCommon
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ChardevCommon
impl Clone for ChardevCommon
Source§fn clone(&self) -> ChardevCommon
fn clone(&self) -> ChardevCommon
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 ChardevCommon
impl Debug for ChardevCommon
Source§impl Default for ChardevCommon
impl Default for ChardevCommon
Source§fn default() -> ChardevCommon
fn default() -> ChardevCommon
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChardevCommon
impl<'de> Deserialize<'de> for ChardevCommon
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 ChardevCommon
impl RefUnwindSafe for ChardevCommon
impl Send for ChardevCommon
impl Sync for ChardevCommon
impl Unpin for ChardevCommon
impl UnwindSafe for ChardevCommon
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