pub struct HStoreField;Trait Implementations§
Source§impl Clone for HStoreField
impl Clone for HStoreField
Source§fn clone(&self) -> HStoreField
fn clone(&self) -> HStoreField
Returns a duplicate 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 HStoreField
impl Debug for HStoreField
Source§impl Default for HStoreField
impl Default for HStoreField
Source§fn default() -> HStoreField
fn default() -> HStoreField
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HStoreField
impl<'de> Deserialize<'de> for HStoreField
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 HStoreField
impl PartialEq for HStoreField
Source§impl Serialize for HStoreField
impl Serialize for HStoreField
impl Eq for HStoreField
impl StructuralPartialEq for HStoreField
Auto Trait Implementations§
impl Freeze for HStoreField
impl RefUnwindSafe for HStoreField
impl Send for HStoreField
impl Sync for HStoreField
impl Unpin for HStoreField
impl UnsafeUnpin for HStoreField
impl UnwindSafe for HStoreField
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