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