pub struct ChannelTags {
pub preferred: Option<bool>,
pub status: Option<String>,
}Fields§
§preferred: Option<bool>§status: Option<String>Trait Implementations§
Source§impl Clone for ChannelTags
impl Clone for ChannelTags
Source§fn clone(&self) -> ChannelTags
fn clone(&self) -> ChannelTags
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 ChannelTags
impl Debug for ChannelTags
Source§impl<'de> Deserialize<'de> for ChannelTags
impl<'de> Deserialize<'de> for ChannelTags
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 PartialEq for ChannelTags
impl PartialEq for ChannelTags
Source§impl Serialize for ChannelTags
impl Serialize for ChannelTags
impl StructuralPartialEq for ChannelTags
Auto Trait Implementations§
impl Freeze for ChannelTags
impl RefUnwindSafe for ChannelTags
impl Send for ChannelTags
impl Sync for ChannelTags
impl Unpin for ChannelTags
impl UnwindSafe for ChannelTags
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