pub struct TupleNotification {
pub tuple: Box<Tuple>,
}
Expand description
The table TupleNotification
in the namespace FBS.PlainTransport
Generated from these locations:
- Table
TupleNotification
in the filefbs/plainTransport.fbs:49
Fields§
§tuple: Box<Tuple>
The field tuple
in the table TupleNotification
Implementations§
Trait Implementations§
Source§impl Clone for TupleNotification
impl Clone for TupleNotification
Source§fn clone(&self) -> TupleNotification
fn clone(&self) -> TupleNotification
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 TupleNotification
impl Debug for TupleNotification
Source§impl<'de> Deserialize<'de> for TupleNotification
impl<'de> Deserialize<'de> for TupleNotification
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 TupleNotification
impl Hash for TupleNotification
Source§impl Ord for TupleNotification
impl Ord for TupleNotification
Source§fn cmp(&self, other: &TupleNotification) -> Ordering
fn cmp(&self, other: &TupleNotification) -> 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 TupleNotification
impl PartialEq for TupleNotification
Source§impl PartialOrd for TupleNotification
impl PartialOrd for TupleNotification
Source§impl Serialize for TupleNotification
impl Serialize for TupleNotification
Source§impl<'a> TryFrom<TupleNotificationRef<'a>> for TupleNotification
impl<'a> TryFrom<TupleNotificationRef<'a>> for TupleNotification
impl Eq for TupleNotification
impl StructuralPartialEq for TupleNotification
impl VectorWrite<Offset<TupleNotification>> for TupleNotification
impl WriteAs<Offset<TupleNotification>> for TupleNotification
impl WriteAsOffset<TupleNotification> for TupleNotification
impl<T0: WriteAs<Offset<Tuple>>> WriteAsOffset<TupleNotification> for TupleNotificationBuilder<(T0,)>
impl WriteAsOptional<Offset<TupleNotification>> for TupleNotification
Auto Trait Implementations§
impl Freeze for TupleNotification
impl RefUnwindSafe for TupleNotification
impl Send for TupleNotification
impl Sync for TupleNotification
impl Unpin for TupleNotification
impl UnwindSafe for TupleNotification
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