Struct qapi_qmp::ChardevSpicePort
source · [−]pub struct ChardevSpicePort {
pub base: ChardevCommon,
pub fqdn: String,
}Fields
base: ChardevCommonfqdn: StringTrait Implementations
sourceimpl AsRef<ChardevSpicePort> for ChardevSpicePortWrapper
impl AsRef<ChardevSpicePort> for ChardevSpicePortWrapper
sourcefn as_ref(&self) -> &ChardevSpicePort
fn as_ref(&self) -> &ChardevSpicePort
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for ChardevSpicePort
impl Clone for ChardevSpicePort
sourcefn clone(&self) -> ChardevSpicePort
fn clone(&self) -> ChardevSpicePort
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ChardevSpicePort
impl Debug for ChardevSpicePort
sourceimpl<'de> Deserialize<'de> for ChardevSpicePort
impl<'de> Deserialize<'de> for ChardevSpicePort
sourcefn 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
sourceimpl From<ChardevSpicePort> for ChardevBackend
impl From<ChardevSpicePort> for ChardevBackend
sourcefn from(val: ChardevSpicePort) -> Self
fn from(val: ChardevSpicePort) -> Self
Converts to this type from the input type.
sourceimpl Serialize for ChardevSpicePort
impl Serialize for ChardevSpicePort
Auto Trait Implementations
impl RefUnwindSafe for ChardevSpicePort
impl Send for ChardevSpicePort
impl Sync for ChardevSpicePort
impl Unpin for ChardevSpicePort
impl UnwindSafe for ChardevSpicePort
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more