pub struct ChardevMux {
pub base: ChardevCommon,
pub chardev: String,
}
Fields§
§base: ChardevCommon
§chardev: String
Trait Implementations§
Source§impl AsRef<ChardevMux> for ChardevMuxWrapper
impl AsRef<ChardevMux> for ChardevMuxWrapper
Source§fn as_ref(&self) -> &ChardevMux
fn as_ref(&self) -> &ChardevMux
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ChardevMux
impl Clone for ChardevMux
Source§fn clone(&self) -> ChardevMux
fn clone(&self) -> ChardevMux
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 ChardevMux
impl Debug for ChardevMux
Source§impl<'de> Deserialize<'de> for ChardevMux
impl<'de> Deserialize<'de> for ChardevMux
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
Source§impl From<ChardevMux> for ChardevBackend
impl From<ChardevMux> for ChardevBackend
Source§fn from(val: ChardevMux) -> Self
fn from(val: ChardevMux) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ChardevMux
impl RefUnwindSafe for ChardevMux
impl Send for ChardevMux
impl Sync for ChardevMux
impl Unpin for ChardevMux
impl UnwindSafe for ChardevMux
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