pub struct TestOutput {
pub is_null: bool,
pub bytes: Vec<u8>,
}Fields§
§is_null: bool§bytes: Vec<u8>Trait Implementations§
Source§impl Clone for TestOutput
impl Clone for TestOutput
Source§fn clone(&self) -> TestOutput
fn clone(&self) -> TestOutput
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 TestOutput
impl Debug for TestOutput
impl Eq for TestOutput
Source§impl PartialEq for TestOutput
impl PartialEq for TestOutput
impl StructuralPartialEq for TestOutput
Auto Trait Implementations§
impl Freeze for TestOutput
impl RefUnwindSafe for TestOutput
impl Send for TestOutput
impl Sync for TestOutput
impl Unpin for TestOutput
impl UnsafeUnpin for TestOutput
impl UnwindSafe for TestOutput
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