pub struct RecordConfig { /* private fields */ }
Trait Implementations§
Source§impl Clone for RecordConfig
impl Clone for RecordConfig
Source§fn clone(&self) -> RecordConfig
fn clone(&self) -> RecordConfig
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 Debug for RecordConfig
impl Debug for RecordConfig
Source§impl Default for RecordConfig
impl Default for RecordConfig
Source§fn default() -> RecordConfig
fn default() -> RecordConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RecordConfig
impl<'de> Deserialize<'de> for RecordConfig
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 RecordConfig
impl PartialEq for RecordConfig
Source§impl Serialize for RecordConfig
impl Serialize for RecordConfig
impl StructuralPartialEq for RecordConfig
Auto Trait Implementations§
impl Freeze for RecordConfig
impl RefUnwindSafe for RecordConfig
impl Send for RecordConfig
impl Sync for RecordConfig
impl Unpin for RecordConfig
impl UnwindSafe for RecordConfig
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)