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