pub struct ChannelSet {
pub attributes: Vec<ChannelAttributes>,
}
Fields§
§attributes: Vec<ChannelAttributes>
Implementations§
Trait Implementations§
Source§impl Clone for ChannelSet
impl Clone for ChannelSet
Source§fn clone(&self) -> ChannelSet
fn clone(&self) -> ChannelSet
Returns a copy 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 ChannelSet
impl Debug for ChannelSet
Source§impl Default for ChannelSet
impl Default for ChannelSet
Source§fn default() -> ChannelSet
fn default() -> ChannelSet
Returns the “default value” for a type. Read more
Source§impl From<ChannelSet> for ChannelSet
impl From<ChannelSet> for ChannelSet
Source§fn from(value: ChannelSet) -> Self
fn from(value: ChannelSet) -> Self
Converts to this type from the input type.
Source§impl From<ChannelSet> for ChannelSet
impl From<ChannelSet> for ChannelSet
Source§fn from(value: ChannelSet) -> Self
fn from(value: ChannelSet) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ChannelSet
impl PartialEq for ChannelSet
Source§impl TryFrom<ChannelSet> for ChannelSet
impl TryFrom<ChannelSet> for ChannelSet
Source§impl TryFrom<ChannelSet> for ChannelSet
impl TryFrom<ChannelSet> for ChannelSet
Source§impl TryFrom<Vec<ChannelAttributes>> for ChannelSet
impl TryFrom<Vec<ChannelAttributes>> for ChannelSet
impl StructuralPartialEq for ChannelSet
Auto Trait Implementations§
impl Freeze for ChannelSet
impl RefUnwindSafe for ChannelSet
impl Send for ChannelSet
impl Sync for ChannelSet
impl Unpin for ChannelSet
impl UnwindSafe for ChannelSet
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)