Struct bee_api_types::responses::OutputResponse
source · [−]pub struct OutputResponse {
pub metadata: OutputMetadataResponse,
pub output: OutputDto,
}Expand description
Response of GET /api/core/v2/outputs/{output_id}. Returns an output and its metadata.
Fields
metadata: OutputMetadataResponseoutput: OutputDtoTrait Implementations
sourceimpl Clone for OutputResponse
impl Clone for OutputResponse
sourcefn clone(&self) -> OutputResponse
fn clone(&self) -> OutputResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for OutputResponse
impl Debug for OutputResponse
sourceimpl<'de> Deserialize<'de> for OutputResponse
impl<'de> Deserialize<'de> for OutputResponse
sourcefn 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
sourceimpl IntoResponse for OutputResponse
impl IntoResponse for OutputResponse
sourcefn into_response(self) -> Response<BoxBody>
fn into_response(self) -> Response<BoxBody>
Create a response.
sourceimpl PartialEq<OutputResponse> for OutputResponse
impl PartialEq<OutputResponse> for OutputResponse
sourcefn eq(&self, other: &OutputResponse) -> bool
fn eq(&self, other: &OutputResponse) -> bool
sourceimpl Serialize for OutputResponse
impl Serialize for OutputResponse
impl Eq for OutputResponse
impl StructuralEq for OutputResponse
impl StructuralPartialEq for OutputResponse
Auto Trait Implementations
impl RefUnwindSafe for OutputResponse
impl Send for OutputResponse
impl Sync for OutputResponse
impl Unpin for OutputResponse
impl UnwindSafe for OutputResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more