pub struct SbtResponse {
pub response_code: u8,
pub args: Vec<Vec<u8>>,
}Fields§
§response_code: u8§args: Vec<Vec<u8>>Implementations§
Trait Implementations§
Source§impl Debug for SbtResponse
impl Debug for SbtResponse
Source§impl PartialEq for SbtResponse
impl PartialEq for SbtResponse
impl StructuralPartialEq for SbtResponse
Auto Trait Implementations§
impl Freeze for SbtResponse
impl RefUnwindSafe for SbtResponse
impl Send for SbtResponse
impl Sync for SbtResponse
impl Unpin for SbtResponse
impl UnwindSafe for SbtResponse
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