pub struct RelyingParty {
pub id: String,
pub name: Option<String>,
pub icon: Option<String>,
}Fields§
§id: String§name: Option<String>§icon: Option<String>Trait Implementations§
Source§impl Clone for RelyingParty
impl Clone for RelyingParty
Source§fn clone(&self) -> RelyingParty
fn clone(&self) -> RelyingParty
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 RelyingParty
impl Debug for RelyingParty
Source§impl Default for RelyingParty
impl Default for RelyingParty
Source§fn default() -> RelyingParty
fn default() -> RelyingParty
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RelyingParty
impl RefUnwindSafe for RelyingParty
impl Send for RelyingParty
impl Sync for RelyingParty
impl Unpin for RelyingParty
impl UnwindSafe for RelyingParty
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