pub struct AccountTradesResponseEncoder<'a> { /* private fields */ }Implementations§
Source§impl<'a> AccountTradesResponseEncoder<'a>
impl<'a> AccountTradesResponseEncoder<'a>
pub fn wrap(self, buf: WriteBuf<'a>, offset: usize) -> Self
pub fn encoded_length(&self) -> usize
pub fn header(self, offset: usize) -> MessageHeaderEncoder<Self>
Sourcepub fn trades_encoder(
self,
count: u32,
trades_encoder: TradesEncoder<Self>,
) -> TradesEncoder<Self>
pub fn trades_encoder( self, count: u32, trades_encoder: TradesEncoder<Self>, ) -> TradesEncoder<Self>
GROUP ENCODER (id=100)
Trait Implementations§
Source§impl<'a> Debug for AccountTradesResponseEncoder<'a>
impl<'a> Debug for AccountTradesResponseEncoder<'a>
Source§impl<'a> Default for AccountTradesResponseEncoder<'a>
impl<'a> Default for AccountTradesResponseEncoder<'a>
Source§fn default() -> AccountTradesResponseEncoder<'a>
fn default() -> AccountTradesResponseEncoder<'a>
Returns the “default value” for a type. Read more
Source§impl<'a> Encoder<'a> for AccountTradesResponseEncoder<'a>
impl<'a> Encoder<'a> for AccountTradesResponseEncoder<'a>
Source§impl<'a> Writer<'a> for AccountTradesResponseEncoder<'a>
impl<'a> Writer<'a> for AccountTradesResponseEncoder<'a>
fn get_buf_mut(&mut self) -> &mut WriteBuf<'a>
Auto Trait Implementations§
impl<'a> Freeze for AccountTradesResponseEncoder<'a>
impl<'a> RefUnwindSafe for AccountTradesResponseEncoder<'a>
impl<'a> Send for AccountTradesResponseEncoder<'a>
impl<'a> Sync for AccountTradesResponseEncoder<'a>
impl<'a> Unpin for AccountTradesResponseEncoder<'a>
impl<'a> UnsafeUnpin for AccountTradesResponseEncoder<'a>
impl<'a> !UnwindSafe for AccountTradesResponseEncoder<'a>
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more