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