pub struct ScoreNotification {
pub score: Box<ConsumerScore>,
}
Expand description
The table ScoreNotification
in the namespace FBS.Consumer
Generated from these locations:
- Table
ScoreNotification
in the filefbs/consumer.fbs:90
Fields§
§score: Box<ConsumerScore>
The field score
in the table ScoreNotification
Implementations§
Source§impl ScoreNotification
impl ScoreNotification
Sourcepub fn builder() -> ScoreNotificationBuilder<()>
pub fn builder() -> ScoreNotificationBuilder<()>
Creates a ScoreNotificationBuilder for serializing an instance of this table.
pub fn create( builder: &mut Builder, field_score: impl WriteAs<Offset<ConsumerScore>>, ) -> Offset<Self>
Trait Implementations§
Source§impl Clone for ScoreNotification
impl Clone for ScoreNotification
Source§fn clone(&self) -> ScoreNotification
fn clone(&self) -> ScoreNotification
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 ScoreNotification
impl Debug for ScoreNotification
Source§impl<'de> Deserialize<'de> for ScoreNotification
impl<'de> Deserialize<'de> for ScoreNotification
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 ScoreNotification
impl Hash for ScoreNotification
Source§impl Ord for ScoreNotification
impl Ord for ScoreNotification
Source§fn cmp(&self, other: &ScoreNotification) -> Ordering
fn cmp(&self, other: &ScoreNotification) -> 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 ScoreNotification
impl PartialEq for ScoreNotification
Source§impl PartialOrd for ScoreNotification
impl PartialOrd for ScoreNotification
Source§impl Serialize for ScoreNotification
impl Serialize for ScoreNotification
Source§impl<'a> TryFrom<ScoreNotificationRef<'a>> for ScoreNotification
impl<'a> TryFrom<ScoreNotificationRef<'a>> for ScoreNotification
impl Eq for ScoreNotification
impl StructuralPartialEq for ScoreNotification
impl VectorWrite<Offset<ScoreNotification>> for ScoreNotification
impl WriteAs<Offset<ScoreNotification>> for ScoreNotification
impl WriteAsOffset<ScoreNotification> for ScoreNotification
impl<T0: WriteAs<Offset<ConsumerScore>>> WriteAsOffset<ScoreNotification> for ScoreNotificationBuilder<(T0,)>
impl WriteAsOptional<Offset<ScoreNotification>> for ScoreNotification
Auto Trait Implementations§
impl Freeze for ScoreNotification
impl RefUnwindSafe for ScoreNotification
impl Send for ScoreNotification
impl Sync for ScoreNotification
impl Unpin for ScoreNotification
impl UnwindSafe for ScoreNotification
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