pub struct PodStopResponse {
pub pod_stop: PodInfoMinimalStop,
}Fields§
§pod_stop: PodInfoMinimalStopTrait Implementations§
Source§impl Debug for PodStopResponse
impl Debug for PodStopResponse
Source§impl Default for PodStopResponse
impl Default for PodStopResponse
Source§fn default() -> PodStopResponse
fn default() -> PodStopResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PodStopResponse
impl<'de> Deserialize<'de> for PodStopResponse
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 PodStopResponse
impl RefUnwindSafe for PodStopResponse
impl Send for PodStopResponse
impl Sync for PodStopResponse
impl Unpin for PodStopResponse
impl UnwindSafe for PodStopResponse
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