Struct fred::types::MultipleHashSlots
source · pub struct MultipleHashSlots { /* private fields */ }Expand description
A convenience struct for functions that take one or more hash slot values.
Implementations§
Trait Implementations§
source§impl<'a> From<&'a [u16]> for MultipleHashSlots
impl<'a> From<&'a [u16]> for MultipleHashSlots
source§impl From<u16> for MultipleHashSlots
impl From<u16> for MultipleHashSlots
source§impl FromIterator<u16> for MultipleHashSlots
impl FromIterator<u16> for MultipleHashSlots
Auto Trait Implementations§
impl Freeze for MultipleHashSlots
impl RefUnwindSafe for MultipleHashSlots
impl Send for MultipleHashSlots
impl Sync for MultipleHashSlots
impl Unpin for MultipleHashSlots
impl UnwindSafe for MultipleHashSlots
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more