[−][src]Struct rsocket_rust::frame::RequestFNF
Methods
impl RequestFNF[src]
pub fn decode(flag: u16, bf: &mut BytesMut) -> RSocketResult<RequestFNF>[src]
pub fn builder(stream_id: u32, flag: u16) -> RequestFNFBuilder[src]
pub fn get_metadata(&self) -> &Option<Bytes>[src]
pub fn get_data(&self) -> &Option<Bytes>[src]
pub fn split(self) -> (Option<Bytes>, Option<Bytes>)[src]
Trait Implementations
impl Writeable for RequestFNF[src]
fn write_to(&self, bf: &mut BytesMut)[src]
fn len(&self) -> usize[src]
fn is_empty(&self) -> bool[src]
impl From<RequestFNF> for Payload[src]
fn from(input: RequestFNF) -> Payload[src]
impl PartialEq<RequestFNF> for RequestFNF[src]
fn eq(&self, other: &RequestFNF) -> bool[src]
fn ne(&self, other: &RequestFNF) -> bool[src]
impl Debug for RequestFNF[src]
impl StructuralPartialEq for RequestFNF[src]
Auto Trait Implementations
impl Send for RequestFNF
impl Sync for RequestFNF
impl Unpin for RequestFNF
impl UnwindSafe for RequestFNF
impl RefUnwindSafe for RequestFNF
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,