pub struct DimensionResponse {
pub response: Option<String>,
}
Fields§
§response: Option<String>
The HTTP reason phrase for this dimension.
Implementations§
Source§impl DimensionResponse
impl DimensionResponse
pub fn new() -> DimensionResponse
Trait Implementations§
Source§impl Clone for DimensionResponse
impl Clone for DimensionResponse
Source§fn clone(&self) -> DimensionResponse
fn clone(&self) -> DimensionResponse
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 DimensionResponse
impl Debug for DimensionResponse
Source§impl Default for DimensionResponse
impl Default for DimensionResponse
Source§fn default() -> DimensionResponse
fn default() -> DimensionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DimensionResponse
impl<'de> Deserialize<'de> for DimensionResponse
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 DimensionResponse
impl PartialEq for DimensionResponse
Source§impl Serialize for DimensionResponse
impl Serialize for DimensionResponse
impl StructuralPartialEq for DimensionResponse
Auto Trait Implementations§
impl Freeze for DimensionResponse
impl RefUnwindSafe for DimensionResponse
impl Send for DimensionResponse
impl Sync for DimensionResponse
impl Unpin for DimensionResponse
impl UnwindSafe for DimensionResponse
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