pub struct DynamicFieldsItem { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for DynamicFieldsItem
impl Clone for DynamicFieldsItem
Source§fn clone(&self) -> DynamicFieldsItem
fn clone(&self) -> DynamicFieldsItem
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 DynamicFieldsItem
impl Debug for DynamicFieldsItem
Source§impl Default for DynamicFieldsItem
impl Default for DynamicFieldsItem
Source§impl From<DynamicFieldsItem> for DynamicFieldsItem
impl From<DynamicFieldsItem> for DynamicFieldsItem
Source§fn from(value: DynamicFieldsItem) -> Self
fn from(value: DynamicFieldsItem) -> Self
Converts to this type from the input type.
Source§impl TryFrom<DynamicFieldsItem> for DynamicFieldsItem
impl TryFrom<DynamicFieldsItem> for DynamicFieldsItem
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: DynamicFieldsItem) -> Result<Self, ConversionError>
fn try_from(value: DynamicFieldsItem) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for DynamicFieldsItem
impl RefUnwindSafe for DynamicFieldsItem
impl Send for DynamicFieldsItem
impl Sync for DynamicFieldsItem
impl Unpin for DynamicFieldsItem
impl UnwindSafe for DynamicFieldsItem
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