pub struct EncodeState {
pub extensions: Extensions,
}Fields§
§extensions: ExtensionsTrait Implementations§
Source§impl Clone for EncodeState
impl Clone for EncodeState
Source§fn clone(&self) -> EncodeState
fn clone(&self) -> EncodeState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EncodeState
impl Debug for EncodeState
Source§impl Default for EncodeState
impl Default for EncodeState
Source§fn default() -> EncodeState
fn default() -> EncodeState
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EncodeState
impl<'de> Deserialize<'de> for EncodeState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for EncodeState
impl PartialEq for EncodeState
Source§fn eq(&self, other: &EncodeState) -> bool
fn eq(&self, other: &EncodeState) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EncodeState
impl Serialize for EncodeState
impl StructuralPartialEq for EncodeState
Auto Trait Implementations§
impl Freeze for EncodeState
impl RefUnwindSafe for EncodeState
impl Send for EncodeState
impl Sync for EncodeState
impl Unpin for EncodeState
impl UnsafeUnpin for EncodeState
impl UnwindSafe for EncodeState
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