pub struct KeyFormat;Expand description
Trait Implementations§
Source§impl<'a, T> BorrowedDeserializer<'a, T> for KeyFormatwhere
T: Key<'a>,
impl<'a, T> BorrowedDeserializer<'a, T> for KeyFormatwhere
T: Key<'a>,
Source§impl<'a, T> Format<'a, T> for KeyFormatwhere
T: KeyEncoding,
impl<'a, T> Format<'a, T> for KeyFormatwhere
T: KeyEncoding,
Source§fn serialize_into<W: Write>(
&self,
value: &T,
writer: W,
) -> Result<(), Self::Error>
fn serialize_into<W: Write>( &self, value: &T, writer: W, ) -> Result<(), Self::Error>
Serialize
value into writer.Auto Trait Implementations§
impl Freeze for KeyFormat
impl RefUnwindSafe for KeyFormat
impl Send for KeyFormat
impl Sync for KeyFormat
impl Unpin for KeyFormat
impl UnwindSafe for KeyFormat
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
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