pub struct AppsListResult {
pub extra: Map<String, Value>,
}Fields§
§extra: Map<String, Value>Trait Implementations§
Source§impl Clone for AppsListResult
impl Clone for AppsListResult
Source§fn clone(&self) -> AppsListResult
fn clone(&self) -> AppsListResult
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 AppsListResult
impl Debug for AppsListResult
Source§impl Default for AppsListResult
impl Default for AppsListResult
Source§fn default() -> AppsListResult
fn default() -> AppsListResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AppsListResult
impl<'de> Deserialize<'de> for AppsListResult
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 AppsListResult
impl RefUnwindSafe for AppsListResult
impl Send for AppsListResult
impl Sync for AppsListResult
impl Unpin for AppsListResult
impl UnsafeUnpin for AppsListResult
impl UnwindSafe for AppsListResult
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