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