pub struct PlatformAuthority {
pub permission_source: PermissionSource,
pub signing_location: SigningLocation,
pub accepts_private_keys: bool,
}Fields§
§permission_source: PermissionSource§signing_location: SigningLocation§accepts_private_keys: boolTrait Implementations§
Source§impl Clone for PlatformAuthority
impl Clone for PlatformAuthority
Source§fn clone(&self) -> PlatformAuthority
fn clone(&self) -> PlatformAuthority
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 PlatformAuthority
impl Debug for PlatformAuthority
Source§impl<'de> Deserialize<'de> for PlatformAuthority
impl<'de> Deserialize<'de> for PlatformAuthority
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformAuthority, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformAuthority, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PlatformAuthority
Source§impl PartialEq for PlatformAuthority
impl PartialEq for PlatformAuthority
Source§impl Serialize for PlatformAuthority
impl Serialize for PlatformAuthority
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for PlatformAuthority
Auto Trait Implementations§
impl Freeze for PlatformAuthority
impl RefUnwindSafe for PlatformAuthority
impl Send for PlatformAuthority
impl Sync for PlatformAuthority
impl Unpin for PlatformAuthority
impl UnsafeUnpin for PlatformAuthority
impl UnwindSafe for PlatformAuthority
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