pub struct KeyFormat;
Expand description
Trait Implementations§
§impl<'a, T> BorrowedDeserializer<'a, T> for KeyFormatwhere
T: Key<'a>,
impl<'a, T> BorrowedDeserializer<'a, T> for KeyFormatwhere T: Key<'a>,
§impl<'a, T> Format<'a, T> for KeyFormatwhere
T: KeyEncoding<T>,
impl<'a, T> Format<'a, T> for KeyFormatwhere T: KeyEncoding<T>,
§fn serialize_into<W>(
&self,
value: &T,
writer: W
) -> Result<(), <KeyFormat as Format<'a, T>>::Error>where
W: Write,
fn serialize_into<W>( &self, value: &T, writer: W ) -> Result<(), <KeyFormat as Format<'a, T>>::Error>where W: Write,
Serialize
value
into writer
.§impl<T> OwnedDeserializer<T> for KeyFormatwhere
T: for<'a> Key<'a> + 'static,
impl<T> OwnedDeserializer<T> for KeyFormatwhere T: for<'a> Key<'a> + 'static,
Auto Trait Implementations§
impl RefUnwindSafe for KeyFormat
impl Send for KeyFormat
impl Sync for KeyFormat
impl Unpin for KeyFormat
impl UnwindSafe for KeyFormat
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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