pub struct ApplicationEntry {
pub name: String,
pub domain_participants: Vec<String>,
}Expand description
Einzelner <application>-Eintrag (§7.3.6.4.2).
Fields§
§name: StringApplication-Name.
domain_participants: Vec<String>Verweise auf Domain-Participants (library::participant).
Trait Implementations§
Source§impl Clone for ApplicationEntry
impl Clone for ApplicationEntry
Source§fn clone(&self) -> ApplicationEntry
fn clone(&self) -> ApplicationEntry
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 ApplicationEntry
impl Debug for ApplicationEntry
Source§impl Default for ApplicationEntry
impl Default for ApplicationEntry
Source§fn default() -> ApplicationEntry
fn default() -> ApplicationEntry
Returns the “default value” for a type. Read more
Source§impl PartialEq for ApplicationEntry
impl PartialEq for ApplicationEntry
Source§fn eq(&self, other: &ApplicationEntry) -> bool
fn eq(&self, other: &ApplicationEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ApplicationEntry
impl StructuralPartialEq for ApplicationEntry
Auto Trait Implementations§
impl Freeze for ApplicationEntry
impl RefUnwindSafe for ApplicationEntry
impl Send for ApplicationEntry
impl Sync for ApplicationEntry
impl Unpin for ApplicationEntry
impl UnsafeUnpin for ApplicationEntry
impl UnwindSafe for ApplicationEntry
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