pub struct ExternalAppEntry {
pub identifier: ApplicationIdentifier,
pub application_priority: u8,
}Expand description
One external application authorisation entry.
Fields§
§identifier: ApplicationIdentifierApplication identifier (organisation_id + application_id).
application_priority: u8Application priority.
Trait Implementations§
Source§impl Clone for ExternalAppEntry
impl Clone for ExternalAppEntry
Source§fn clone(&self) -> ExternalAppEntry
fn clone(&self) -> ExternalAppEntry
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 ExternalAppEntry
impl Debug for ExternalAppEntry
impl Eq for ExternalAppEntry
Source§impl PartialEq for ExternalAppEntry
impl PartialEq for ExternalAppEntry
Source§fn eq(&self, other: &ExternalAppEntry) -> bool
fn eq(&self, other: &ExternalAppEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ExternalAppEntry
impl Serialize for ExternalAppEntry
impl StructuralPartialEq for ExternalAppEntry
Auto Trait Implementations§
impl Freeze for ExternalAppEntry
impl RefUnwindSafe for ExternalAppEntry
impl Send for ExternalAppEntry
impl Sync for ExternalAppEntry
impl Unpin for ExternalAppEntry
impl UnsafeUnpin for ExternalAppEntry
impl UnwindSafe for ExternalAppEntry
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