pub struct AccountAuth {
pub authorities: AuthorityEntry,
}Fields§
Trait Implementations§
Source§impl Clone for AccountAuth
impl Clone for AccountAuth
Source§fn clone(&self) -> AccountAuth
fn clone(&self) -> AccountAuth
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 AccountAuth
impl Debug for AccountAuth
Source§impl<'de> Deserialize<'de> for AccountAuth
impl<'de> Deserialize<'de> for AccountAuth
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
Source§impl PartialEq for AccountAuth
impl PartialEq for AccountAuth
Source§impl Serialize for AccountAuth
impl Serialize for AccountAuth
impl StructuralPartialEq for AccountAuth
Auto Trait Implementations§
impl Freeze for AccountAuth
impl RefUnwindSafe for AccountAuth
impl Send for AccountAuth
impl Sync for AccountAuth
impl Unpin for AccountAuth
impl UnsafeUnpin for AccountAuth
impl UnwindSafe for AccountAuth
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