pub struct EncodedChannelsList(/* private fields */);Expand description
Newtype for an encoded list of channels.
Immutable.
Implementations§
Source§impl EncodedChannelsList
impl EncodedChannelsList
Sourcepub fn from_string_iter<T, I>(iter: I) -> Self
pub fn from_string_iter<T, I>(iter: I) -> Self
Create a new EncodedChannelsList from an interator of String
values.
Trait Implementations§
Source§impl AsRef<str> for EncodedChannelsList
impl AsRef<str> for EncodedChannelsList
Source§impl Clone for EncodedChannelsList
impl Clone for EncodedChannelsList
Source§fn clone(&self) -> EncodedChannelsList
fn clone(&self) -> EncodedChannelsList
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 EncodedChannelsList
impl Debug for EncodedChannelsList
Source§impl Display for EncodedChannelsList
impl Display for EncodedChannelsList
Source§impl PartialEq for EncodedChannelsList
impl PartialEq for EncodedChannelsList
impl Eq for EncodedChannelsList
impl StructuralPartialEq for EncodedChannelsList
Auto Trait Implementations§
impl Freeze for EncodedChannelsList
impl RefUnwindSafe for EncodedChannelsList
impl Send for EncodedChannelsList
impl Sync for EncodedChannelsList
impl Unpin for EncodedChannelsList
impl UnsafeUnpin for EncodedChannelsList
impl UnwindSafe for EncodedChannelsList
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