pub struct ChannelModel {
pub channel: String,
pub model: String,
}Fields§
§channel: String§model: StringTrait Implementations§
Source§impl Clone for ChannelModel
impl Clone for ChannelModel
Source§fn clone(&self) -> ChannelModel
fn clone(&self) -> ChannelModel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ChannelModel
impl Debug for ChannelModel
Source§impl<'de> Deserialize<'de> for ChannelModel
impl<'de> Deserialize<'de> for ChannelModel
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 ChannelModel
impl RefUnwindSafe for ChannelModel
impl Send for ChannelModel
impl Sync for ChannelModel
impl Unpin for ChannelModel
impl UnsafeUnpin for ChannelModel
impl UnwindSafe for ChannelModel
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