pub struct ICACCSRResponse {
pub icaccsr: Option<Vec<u8>>,
}Fields§
§icaccsr: Option<Vec<u8>>Trait Implementations§
Source§impl Debug for ICACCSRResponse
impl Debug for ICACCSRResponse
Auto Trait Implementations§
impl Freeze for ICACCSRResponse
impl RefUnwindSafe for ICACCSRResponse
impl Send for ICACCSRResponse
impl Sync for ICACCSRResponse
impl Unpin for ICACCSRResponse
impl UnwindSafe for ICACCSRResponse
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