pub struct IceSelectedTupleChangeNotification {
pub tuple: Box<Tuple>,
}
Expand description
The table IceSelectedTupleChangeNotification
in the namespace FBS.WebRtcTransport
Generated from these locations:
- Table
IceSelectedTupleChangeNotification
in the filefbs/webRtcTransport.fbs:126
Fields§
§tuple: Box<Tuple>
The field tuple
in the table IceSelectedTupleChangeNotification
Implementations§
Trait Implementations§
Source§impl Clone for IceSelectedTupleChangeNotification
impl Clone for IceSelectedTupleChangeNotification
Source§fn clone(&self) -> IceSelectedTupleChangeNotification
fn clone(&self) -> IceSelectedTupleChangeNotification
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<'de> Deserialize<'de> for IceSelectedTupleChangeNotification
impl<'de> Deserialize<'de> for IceSelectedTupleChangeNotification
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 IceSelectedTupleChangeNotification
impl Ord for IceSelectedTupleChangeNotification
Source§fn cmp(&self, other: &IceSelectedTupleChangeNotification) -> Ordering
fn cmp(&self, other: &IceSelectedTupleChangeNotification) -> 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 IceSelectedTupleChangeNotification
impl PartialEq for IceSelectedTupleChangeNotification
Source§fn eq(&self, other: &IceSelectedTupleChangeNotification) -> bool
fn eq(&self, other: &IceSelectedTupleChangeNotification) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for IceSelectedTupleChangeNotification
impl PartialOrd for IceSelectedTupleChangeNotification
Source§impl<'a> TryFrom<IceSelectedTupleChangeNotificationRef<'a>> for IceSelectedTupleChangeNotification
impl<'a> TryFrom<IceSelectedTupleChangeNotificationRef<'a>> for IceSelectedTupleChangeNotification
impl Eq for IceSelectedTupleChangeNotification
impl StructuralPartialEq for IceSelectedTupleChangeNotification
impl VectorWrite<Offset<IceSelectedTupleChangeNotification>> for IceSelectedTupleChangeNotification
impl WriteAs<Offset<IceSelectedTupleChangeNotification>> for IceSelectedTupleChangeNotification
impl WriteAsOffset<IceSelectedTupleChangeNotification> for IceSelectedTupleChangeNotification
impl<T0: WriteAs<Offset<Tuple>>> WriteAsOffset<IceSelectedTupleChangeNotification> for IceSelectedTupleChangeNotificationBuilder<(T0,)>
impl WriteAsOptional<Offset<IceSelectedTupleChangeNotification>> for IceSelectedTupleChangeNotification
Auto Trait Implementations§
impl Freeze for IceSelectedTupleChangeNotification
impl RefUnwindSafe for IceSelectedTupleChangeNotification
impl Send for IceSelectedTupleChangeNotification
impl Sync for IceSelectedTupleChangeNotification
impl Unpin for IceSelectedTupleChangeNotification
impl UnwindSafe for IceSelectedTupleChangeNotification
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