pub enum SerializerConfigParameterKind {}Trait Implementations§
Source§impl Clone for SerializerConfigParameterKind
impl Clone for SerializerConfigParameterKind
Source§fn clone(&self) -> SerializerConfigParameterKind
fn clone(&self) -> SerializerConfigParameterKind
Returns a copy 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 Hash for SerializerConfigParameterKind
impl Hash for SerializerConfigParameterKind
Source§impl PartialEq for SerializerConfigParameterKind
impl PartialEq for SerializerConfigParameterKind
Source§fn eq(&self, other: &SerializerConfigParameterKind) -> bool
fn eq(&self, other: &SerializerConfigParameterKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SerializerConfigParameterKind
impl Eq for SerializerConfigParameterKind
impl StructuralPartialEq for SerializerConfigParameterKind
Auto Trait Implementations§
impl Freeze for SerializerConfigParameterKind
impl RefUnwindSafe for SerializerConfigParameterKind
impl Send for SerializerConfigParameterKind
impl Sync for SerializerConfigParameterKind
impl Unpin for SerializerConfigParameterKind
impl UnwindSafe for SerializerConfigParameterKind
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