pub struct ValidatedChannelString(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ValidatedChannelString
impl Clone for ValidatedChannelString
Source§fn clone(&self) -> ValidatedChannelString
fn clone(&self) -> ValidatedChannelString
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 ValidatedChannelString
impl Debug for ValidatedChannelString
Source§impl PartialEq for ValidatedChannelString
impl PartialEq for ValidatedChannelString
Source§fn eq(&self, other: &ValidatedChannelString) -> bool
fn eq(&self, other: &ValidatedChannelString) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ValidatedChannelString
impl StructuralPartialEq for ValidatedChannelString
Auto Trait Implementations§
impl Freeze for ValidatedChannelString
impl RefUnwindSafe for ValidatedChannelString
impl Send for ValidatedChannelString
impl Sync for ValidatedChannelString
impl Unpin for ValidatedChannelString
impl UnsafeUnpin for ValidatedChannelString
impl UnwindSafe for ValidatedChannelString
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