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