Struct TableEntry
pub struct TableEntry { /* private fields */ }
Expand description
An entry in a table in a Value::Table
.
Implementations§
§impl TableEntry
impl TableEntry
Trait Implementations§
§impl Clone for TableEntry
impl Clone for TableEntry
§fn clone(&self) -> TableEntry
fn clone(&self) -> TableEntry
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 more§impl Debug for TableEntry
impl Debug for TableEntry
§impl<'de> Deserialize<'de> for TableEntry
impl<'de> Deserialize<'de> for TableEntry
§fn deserialize<__D>(
__deserializer: __D,
) -> Result<TableEntry, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<TableEntry, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl<K, V> From<(K, V)> for TableEntry
impl<K, V> From<(K, V)> for TableEntry
§fn from(_: (K, V)) -> TableEntry
fn from(_: (K, V)) -> TableEntry
Converts to this type from the input type.
§impl PartialEq for TableEntry
impl PartialEq for TableEntry
§impl Serialize for TableEntry
impl Serialize for TableEntry
§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for TableEntry
Auto Trait Implementations§
impl Freeze for TableEntry
impl RefUnwindSafe for TableEntry
impl Send for TableEntry
impl Sync for TableEntry
impl Unpin for TableEntry
impl UnwindSafe for TableEntry
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