pub struct RustBinOutput {
pub json: String,
pub objects: Vec<Vec<u8>>,
}Expand description
One guest response before byte objects are saved.
Fields§
§json: String§objects: Vec<Vec<u8>>Trait Implementations§
Source§impl Clone for RustBinOutput
impl Clone for RustBinOutput
Source§fn clone(&self) -> RustBinOutput
fn clone(&self) -> RustBinOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RustBinOutput
impl Debug for RustBinOutput
impl Eq for RustBinOutput
Source§impl PartialEq for RustBinOutput
impl PartialEq for RustBinOutput
impl StructuralPartialEq for RustBinOutput
Auto Trait Implementations§
impl Freeze for RustBinOutput
impl RefUnwindSafe for RustBinOutput
impl Send for RustBinOutput
impl Sync for RustBinOutput
impl Unpin for RustBinOutput
impl UnsafeUnpin for RustBinOutput
impl UnwindSafe for RustBinOutput
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