pub struct StringString {
pub key: String,
pub value: String,
}
Expand description
The table StringString
in the namespace FBS.Common
Generated from these locations:
- Table
StringString
in the filefbs/common.fbs:3
Fields§
§key: String
The field key
in the table StringString
value: String
The field value
in the table StringString
Implementations§
Trait Implementations§
Source§impl Clone for StringString
impl Clone for StringString
Source§fn clone(&self) -> StringString
fn clone(&self) -> StringString
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 StringString
impl Debug for StringString
Source§impl<'de> Deserialize<'de> for StringString
impl<'de> Deserialize<'de> for StringString
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 Hash for StringString
impl Hash for StringString
Source§impl Ord for StringString
impl Ord for StringString
Source§fn cmp(&self, other: &StringString) -> Ordering
fn cmp(&self, other: &StringString) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StringString
impl PartialEq for StringString
Source§impl PartialOrd for StringString
impl PartialOrd for StringString
Source§impl Serialize for StringString
impl Serialize for StringString
Source§impl<'a> TryFrom<StringStringRef<'a>> for StringString
impl<'a> TryFrom<StringStringRef<'a>> for StringString
impl Eq for StringString
impl StructuralPartialEq for StringString
impl VectorWrite<Offset<StringString>> for StringString
impl WriteAs<Offset<StringString>> for StringString
impl WriteAsOffset<StringString> for StringString
impl<T0: WriteAs<Offset<str>>, T1: WriteAs<Offset<str>>> WriteAsOffset<StringString> for StringStringBuilder<(T0, T1)>
impl WriteAsOptional<Offset<StringString>> for StringString
Auto Trait Implementations§
impl Freeze for StringString
impl RefUnwindSafe for StringString
impl Send for StringString
impl Sync for StringString
impl Unpin for StringString
impl UnwindSafe for StringString
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