pub struct ProduceResponse {
pub type_: Type,
}
Expand description
The table ProduceResponse
in the namespace FBS.Transport
Generated from these locations:
- Table
ProduceResponse
in the filefbs/transport.fbs:52
Fields§
§type_: Type
The field type
in the table ProduceResponse
Implementations§
Source§impl ProduceResponse
impl ProduceResponse
Sourcepub fn builder() -> ProduceResponseBuilder<()>
pub fn builder() -> ProduceResponseBuilder<()>
Creates a ProduceResponseBuilder for serializing an instance of this table.
pub fn create( builder: &mut Builder, field_type_: impl WriteAsDefault<Type, Type>, ) -> Offset<Self>
Trait Implementations§
Source§impl Clone for ProduceResponse
impl Clone for ProduceResponse
Source§fn clone(&self) -> ProduceResponse
fn clone(&self) -> ProduceResponse
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 ProduceResponse
impl Debug for ProduceResponse
Source§impl Default for ProduceResponse
impl Default for ProduceResponse
Source§impl<'de> Deserialize<'de> for ProduceResponse
impl<'de> Deserialize<'de> for ProduceResponse
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 ProduceResponse
impl Hash for ProduceResponse
Source§impl Ord for ProduceResponse
impl Ord for ProduceResponse
Source§fn cmp(&self, other: &ProduceResponse) -> Ordering
fn cmp(&self, other: &ProduceResponse) -> 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 ProduceResponse
impl PartialEq for ProduceResponse
Source§impl PartialOrd for ProduceResponse
impl PartialOrd for ProduceResponse
Source§impl Serialize for ProduceResponse
impl Serialize for ProduceResponse
Source§impl<'a> TryFrom<ProduceResponseRef<'a>> for ProduceResponse
impl<'a> TryFrom<ProduceResponseRef<'a>> for ProduceResponse
impl Eq for ProduceResponse
impl StructuralPartialEq for ProduceResponse
impl VectorWrite<Offset<ProduceResponse>> for ProduceResponse
impl WriteAs<Offset<ProduceResponse>> for ProduceResponse
impl WriteAsOffset<ProduceResponse> for ProduceResponse
impl<T0: WriteAsDefault<Type, Type>> WriteAsOffset<ProduceResponse> for ProduceResponseBuilder<(T0,)>
impl WriteAsOptional<Offset<ProduceResponse>> for ProduceResponse
Auto Trait Implementations§
impl Freeze for ProduceResponse
impl RefUnwindSafe for ProduceResponse
impl Send for ProduceResponse
impl Sync for ProduceResponse
impl Unpin for ProduceResponse
impl UnwindSafe for ProduceResponse
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