pub struct Base32SnowFormatterRef<'a, T>{ /* private fields */ }
Expand description
A builder that borrows a user-supplied buffer for Base32 formatting.
Implementations§
Source§impl<'a, T: Base32SnowExt> Base32SnowFormatterRef<'a, T>
impl<'a, T: Base32SnowExt> Base32SnowFormatterRef<'a, T>
Trait Implementations§
Source§impl<T: Base32SnowExt> AsRef<str> for Base32SnowFormatterRef<'_, T>
impl<T: Base32SnowExt> AsRef<str> for Base32SnowFormatterRef<'_, T>
Source§impl<'a, T> Clone for Base32SnowFormatterRef<'a, T>
impl<'a, T> Clone for Base32SnowFormatterRef<'a, T>
Source§fn clone(&self) -> Base32SnowFormatterRef<'a, T>
fn clone(&self) -> Base32SnowFormatterRef<'a, T>
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<'a, T> Debug for Base32SnowFormatterRef<'a, T>
impl<'a, T> Debug for Base32SnowFormatterRef<'a, T>
Source§impl<T: Base32SnowExt> Display for Base32SnowFormatterRef<'_, T>
impl<T: Base32SnowExt> Display for Base32SnowFormatterRef<'_, T>
Source§impl<'a, T> Hash for Base32SnowFormatterRef<'a, T>
impl<'a, T> Hash for Base32SnowFormatterRef<'a, T>
Source§impl<'a, T> Ord for Base32SnowFormatterRef<'a, T>
impl<'a, T> Ord for Base32SnowFormatterRef<'a, T>
Source§fn cmp(&self, other: &Base32SnowFormatterRef<'a, T>) -> Ordering
fn cmp(&self, other: &Base32SnowFormatterRef<'a, T>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<T: Base32SnowExt> PartialEq<&str> for Base32SnowFormatterRef<'_, T>
impl<T: Base32SnowExt> PartialEq<&str> for Base32SnowFormatterRef<'_, T>
Source§impl<T: Base32SnowExt> PartialEq<String> for Base32SnowFormatterRef<'_, T>
impl<T: Base32SnowExt> PartialEq<String> for Base32SnowFormatterRef<'_, T>
Source§impl<T: Base32SnowExt> PartialEq<str> for Base32SnowFormatterRef<'_, T>
impl<T: Base32SnowExt> PartialEq<str> for Base32SnowFormatterRef<'_, T>
Source§impl<'a, T> PartialEq for Base32SnowFormatterRef<'a, T>
impl<'a, T> PartialEq for Base32SnowFormatterRef<'a, T>
Source§fn eq(&self, other: &Base32SnowFormatterRef<'a, T>) -> bool
fn eq(&self, other: &Base32SnowFormatterRef<'a, T>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl<'a, T> PartialOrd for Base32SnowFormatterRef<'a, T>
impl<'a, T> PartialOrd for Base32SnowFormatterRef<'a, T>
impl<'a, T> Eq for Base32SnowFormatterRef<'a, T>
impl<'a, T> StructuralPartialEq for Base32SnowFormatterRef<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for Base32SnowFormatterRef<'a, T>
impl<'a, T> RefUnwindSafe for Base32SnowFormatterRef<'a, T>where
<T as Id>::Ty: Sized,
T: RefUnwindSafe,
<<T as Id>::Ty as BeBytes>::Base32Array: RefUnwindSafe,
impl<'a, T> Send for Base32SnowFormatterRef<'a, T>
impl<'a, T> Sync for Base32SnowFormatterRef<'a, T>
impl<'a, T> Unpin for Base32SnowFormatterRef<'a, T>
impl<'a, T> UnwindSafe for Base32SnowFormatterRef<'a, T>
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