pub struct ChannelValueAttribute {
pub val: String,
pub channel: String,
}Expand description
Represents an XML element with both val and channel attributes
Fields§
§val: String§channel: StringTrait Implementations§
Source§impl Clone for ChannelValueAttribute
impl Clone for ChannelValueAttribute
Source§fn clone(&self) -> ChannelValueAttribute
fn clone(&self) -> ChannelValueAttribute
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 ChannelValueAttribute
impl Debug for ChannelValueAttribute
Source§impl<'de> Deserialize<'de> for ChannelValueAttribute
impl<'de> Deserialize<'de> for ChannelValueAttribute
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 ChannelValueAttribute
impl RefUnwindSafe for ChannelValueAttribute
impl Send for ChannelValueAttribute
impl Sync for ChannelValueAttribute
impl Unpin for ChannelValueAttribute
impl UnsafeUnpin for ChannelValueAttribute
impl UnwindSafe for ChannelValueAttribute
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