pub struct AppListItem {
pub resource_uri: String,
pub extra: Value,
}Fields§
§resource_uri: String§extra: ValueTrait Implementations§
Source§impl Clone for AppListItem
impl Clone for AppListItem
Source§fn clone(&self) -> AppListItem
fn clone(&self) -> AppListItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AppListItem
impl Debug for AppListItem
Source§impl<'de> Deserialize<'de> for AppListItem
impl<'de> Deserialize<'de> for AppListItem
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 AppListItem
impl RefUnwindSafe for AppListItem
impl Send for AppListItem
impl Sync for AppListItem
impl Unpin for AppListItem
impl UnsafeUnpin for AppListItem
impl UnwindSafe for AppListItem
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