pub struct ApplicationList {
pub items: Vec<Application>,
}Fields§
§items: Vec<Application>Trait Implementations§
Source§impl Clone for ApplicationList
impl Clone for ApplicationList
Source§fn clone(&self) -> ApplicationList
fn clone(&self) -> ApplicationList
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 ComposeSchema for ApplicationList
impl ComposeSchema for ApplicationList
Source§impl Debug for ApplicationList
impl Debug for ApplicationList
Source§impl<'de> Deserialize<'de> for ApplicationList
impl<'de> Deserialize<'de> for ApplicationList
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
impl Eq for ApplicationList
Source§impl PartialEq for ApplicationList
impl PartialEq for ApplicationList
Source§impl Serialize for ApplicationList
impl Serialize for ApplicationList
impl StructuralPartialEq for ApplicationList
Auto Trait Implementations§
impl Freeze for ApplicationList
impl RefUnwindSafe for ApplicationList
impl Send for ApplicationList
impl Sync for ApplicationList
impl Unpin for ApplicationList
impl UnsafeUnpin for ApplicationList
impl UnwindSafe for ApplicationList
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.