pub struct BodyResResultVoid {}Expand description
Body of a response of type Void
Trait Implementations§
Source§impl Debug for BodyResResultVoid
impl Debug for BodyResResultVoid
Source§impl Default for BodyResResultVoid
impl Default for BodyResResultVoid
Source§fn default() -> BodyResResultVoid
fn default() -> BodyResResultVoid
Returns the “default value” for a type. Read more
Source§impl FromBytes for BodyResResultVoid
impl FromBytes for BodyResResultVoid
Source§fn from_bytes(_bytes: &[u8]) -> Result<BodyResResultVoid>
fn from_bytes(_bytes: &[u8]) -> Result<BodyResResultVoid>
It gets and array of bytes and should return an implementor struct.
Source§impl FromCursor for BodyResResultVoid
impl FromCursor for BodyResResultVoid
Source§fn from_cursor(_cursor: &mut Cursor<&[u8]>) -> Result<BodyResResultVoid>
fn from_cursor(_cursor: &mut Cursor<&[u8]>) -> Result<BodyResResultVoid>
It should return an implementor from an
io::Cursor over an array of bytes.Auto Trait Implementations§
impl Freeze for BodyResResultVoid
impl RefUnwindSafe for BodyResResultVoid
impl Send for BodyResResultVoid
impl Sync for BodyResResultVoid
impl Unpin for BodyResResultVoid
impl UnwindSafe for BodyResResultVoid
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