pub struct SendNotification {
pub data: Vec<u8>,
}
Expand description
The table SendNotification
in the namespace FBS.Producer
Generated from these locations:
- Table
SendNotification
in the filefbs/producer.fbs:36
Fields§
§data: Vec<u8>
The field data
in the table SendNotification
Implementations§
Trait Implementations§
Source§impl Clone for SendNotification
impl Clone for SendNotification
Source§fn clone(&self) -> SendNotification
fn clone(&self) -> SendNotification
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 SendNotification
impl Debug for SendNotification
Source§impl<'de> Deserialize<'de> for SendNotification
impl<'de> Deserialize<'de> for SendNotification
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 SendNotification
impl Hash for SendNotification
Source§impl Ord for SendNotification
impl Ord for SendNotification
Source§fn cmp(&self, other: &SendNotification) -> Ordering
fn cmp(&self, other: &SendNotification) -> 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 SendNotification
impl PartialEq for SendNotification
Source§impl PartialOrd for SendNotification
impl PartialOrd for SendNotification
Source§impl Serialize for SendNotification
impl Serialize for SendNotification
Source§impl<'a> TryFrom<SendNotificationRef<'a>> for SendNotification
impl<'a> TryFrom<SendNotificationRef<'a>> for SendNotification
impl Eq for SendNotification
impl StructuralPartialEq for SendNotification
impl VectorWrite<Offset<SendNotification>> for SendNotification
impl WriteAs<Offset<SendNotification>> for SendNotification
impl WriteAsOffset<SendNotification> for SendNotification
impl<T0: WriteAs<Offset<[u8]>>> WriteAsOffset<SendNotification> for SendNotificationBuilder<(T0,)>
impl WriteAsOptional<Offset<SendNotification>> for SendNotification
Auto Trait Implementations§
impl Freeze for SendNotification
impl RefUnwindSafe for SendNotification
impl Send for SendNotification
impl Sync for SendNotification
impl Unpin for SendNotification
impl UnwindSafe for SendNotification
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