pub struct ByteWriter { /* private fields */ }
Implementations§
Source§impl ByteWriter
impl ByteWriter
pub fn new() -> Self
pub fn push_byte(&mut self, byte: u8) -> &mut Self
pub fn push_bytes(&mut self, bytes: &mut Vec<u8>) -> &mut Self
pub fn push_int(&mut self, int: i32) -> &mut Self
pub fn push_long(&mut self, long: i64) -> &mut Self
pub fn bytes(&self) -> Vec<u8> ⓘ
pub fn bytes_from_function(function: &Function) -> Vec<u8> ⓘ
pub fn push_func_args(&mut self, args: Vec<Arg>) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ByteWriter
impl RefUnwindSafe for ByteWriter
impl Send for ByteWriter
impl Sync for ByteWriter
impl Unpin for ByteWriter
impl UnwindSafe for ByteWriter
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request