pub struct NCResponse {
pub server_request_id: String,
pub client_request_id: String,
pub action: String,
pub status: String,
pub status_code: i64,
pub short_message: String,
pub long_message: String,
}Fields§
§server_request_id: String§client_request_id: String§action: String§status: String§status_code: i64§short_message: String§long_message: StringTrait Implementations§
Source§impl Debug for NCResponse
impl Debug for NCResponse
Source§impl<'de> Deserialize<'de> for NCResponse
impl<'de> Deserialize<'de> for NCResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for NCResponse
impl RefUnwindSafe for NCResponse
impl Send for NCResponse
impl Sync for NCResponse
impl Unpin for NCResponse
impl UnwindSafe for NCResponse
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