Struct blockfrost_openapi::models::_blocks_latest_get_404_response::BlocksLatestGet404Response
source · pub struct BlocksLatestGet404Response {
pub status_code: i32,
pub error: String,
pub message: String,
}Fields§
§status_code: i32§error: String§message: StringImplementations§
Trait Implementations§
source§impl Clone for BlocksLatestGet404Response
impl Clone for BlocksLatestGet404Response
source§fn clone(&self) -> BlocksLatestGet404Response
fn clone(&self) -> BlocksLatestGet404Response
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BlocksLatestGet404Response
impl Debug for BlocksLatestGet404Response
source§impl Default for BlocksLatestGet404Response
impl Default for BlocksLatestGet404Response
source§fn default() -> BlocksLatestGet404Response
fn default() -> BlocksLatestGet404Response
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BlocksLatestGet404Response
impl<'de> Deserialize<'de> for BlocksLatestGet404Response
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
source§impl PartialEq for BlocksLatestGet404Response
impl PartialEq for BlocksLatestGet404Response
source§fn eq(&self, other: &BlocksLatestGet404Response) -> bool
fn eq(&self, other: &BlocksLatestGet404Response) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BlocksLatestGet404Response
Auto Trait Implementations§
impl RefUnwindSafe for BlocksLatestGet404Response
impl Send for BlocksLatestGet404Response
impl Sync for BlocksLatestGet404Response
impl Unpin for BlocksLatestGet404Response
impl UnwindSafe for BlocksLatestGet404Response
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