pub struct StatusResponseSpec {
pub response: StatusSpec,
}
Fields§
§response: StatusSpec
Trait Implementations§
Source§impl Clone for StatusResponseSpec
impl Clone for StatusResponseSpec
Source§fn clone(&self) -> StatusResponseSpec
fn clone(&self) -> StatusResponseSpec
Returns a duplicate 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 StatusResponseSpec
impl Debug for StatusResponseSpec
Source§impl Deserialize for StatusResponseSpec
impl Deserialize for StatusResponseSpec
fn mc_deserialize(_rest: &[u8]) -> DeserializeResult<'_, Self>
Source§impl From<StatusResponseSpec> for StatusSpec
impl From<StatusResponseSpec> for StatusSpec
Source§fn from(other: StatusResponseSpec) -> Self
fn from(other: StatusResponseSpec) -> Self
Converts to this type from the input type.
Source§impl From<StatusSpec> for StatusResponseSpec
impl From<StatusSpec> for StatusResponseSpec
Source§fn from(other: StatusSpec) -> Self
fn from(other: StatusSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StatusResponseSpec
impl PartialEq for StatusResponseSpec
Source§impl Serialize for StatusResponseSpec
impl Serialize for StatusResponseSpec
fn mc_serialize<S: Serializer>(&self, to: &mut S) -> SerializeResult
impl StructuralPartialEq for StatusResponseSpec
Auto Trait Implementations§
impl Freeze for StatusResponseSpec
impl RefUnwindSafe for StatusResponseSpec
impl Send for StatusResponseSpec
impl Sync for StatusResponseSpec
impl Unpin for StatusResponseSpec
impl UnwindSafe for StatusResponseSpec
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