[][src]Struct rsocket_rust::frame::Resume

pub struct Resume { /* fields omitted */ }

Methods

impl Resume[src]

pub fn decode(flag: u16, b: &mut BytesMut) -> RSocketResult<Resume>[src]

pub fn builder(stream_id: u32, flag: u16) -> ResumeBuilder[src]

pub fn get_version(&self) -> Version[src]

pub fn get_token(&self) -> &Option<Bytes>[src]

pub fn get_last_received_server_position(&self) -> u64[src]

pub fn get_first_available_client_position(&self) -> u64[src]

Trait Implementations

impl Writeable for Resume[src]

impl Debug for Resume[src]

Auto Trait Implementations

impl Unpin for Resume

impl Sync for Resume

impl Send for Resume

impl UnwindSafe for Resume

impl RefUnwindSafe for Resume

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T