pub struct BinaryResult { /* private fields */ }Expand description
Binary result buffer returned from execBinary()
Implementations§
Source§impl BinaryResult
impl BinaryResult
Auto Trait Implementations§
impl Freeze for BinaryResult
impl RefUnwindSafe for BinaryResult
impl Send for BinaryResult
impl Sync for BinaryResult
impl Unpin for BinaryResult
impl UnwindSafe for BinaryResult
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