pub struct Df88591String<const N: usize>(/* private fields */);
Implementations§
Source§impl<const N: usize> Df88591String<N>
impl<const N: usize> Df88591String<N>
Trait Implementations§
Source§impl<const N: usize> Clone for Df88591String<N>
impl<const N: usize> Clone for Df88591String<N>
Source§fn clone(&self) -> Df88591String<N>
fn clone(&self) -> Df88591String<N>
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<const N: usize> Debug for Df88591String<N>
impl<const N: usize> Debug for Df88591String<N>
Source§impl<const N: usize> Default for Df88591String<N>
impl<const N: usize> Default for Df88591String<N>
Source§impl<const N: usize> Display for Df88591String<N>
impl<const N: usize> Display for Df88591String<N>
Source§impl<const N: usize> FromIterator<char> for Df88591String<N>
impl<const N: usize> FromIterator<char> for Df88591String<N>
Source§fn from_iter<I: IntoIterator<Item = char>>(iter: I) -> Df88591String<N>
fn from_iter<I: IntoIterator<Item = char>>(iter: I) -> Df88591String<N>
Creates a value from an iterator. Read more
Source§impl<const N: usize> PartialEq for Df88591String<N>
impl<const N: usize> PartialEq for Df88591String<N>
Source§impl<const N: usize> SourceRepr for Df88591String<N>
impl<const N: usize> SourceRepr for Df88591String<N>
impl<const N: usize> StructuralPartialEq for Df88591String<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for Df88591String<N>
impl<const N: usize> RefUnwindSafe for Df88591String<N>
impl<const N: usize> Send for Df88591String<N>
impl<const N: usize> Sync for Df88591String<N>
impl<const N: usize> Unpin for Df88591String<N>
impl<const N: usize> UnwindSafe for Df88591String<N>
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