pub struct Sf;Trait Implementations§
impl Copy for Sf
impl Eq for Sf
Source§impl From<Sf> for SerializerType
impl From<Sf> for SerializerType
impl StructuralPartialEq for Sf
Source§impl ValueSerializer for Sf
impl ValueSerializer for Sf
fn serialize(&self, value: Value) -> Result<Value, SerializeError>
Auto Trait Implementations§
impl Freeze for Sf
impl RefUnwindSafe for Sf
impl Send for Sf
impl Sync for Sf
impl Unpin for Sf
impl UnsafeUnpin for Sf
impl UnwindSafe for Sf
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.