pub struct String {
pub value: String,
}
Expand description
The table String
in the namespace FBS.RtpParameters
Generated from these locations:
- Table
String
in the filefbs/rtpParameters.fbs:32
Fields§
§value: String
The field value
in the table String
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for String
impl<'de> Deserialize<'de> for String
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 Ord for String
impl Ord for String
Source§impl PartialOrd for String
impl PartialOrd for String
impl Eq for String
impl StructuralPartialEq for String
impl VectorWrite<Offset<String>> for String
impl WriteAs<Offset<String>> for String
impl WriteAsOffset<String> for String
impl<T0: WriteAs<Offset<str>>> WriteAsOffset<String> for StringBuilder<(T0,)>
impl WriteAsOptional<Offset<String>> for String
Auto Trait Implementations§
impl Freeze for String
impl RefUnwindSafe for String
impl Send for String
impl Sync for String
impl Unpin for String
impl UnwindSafe for String
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