pub struct SealingKeysMarker;
Trait Implementations§
Source§impl Clone for SealingKeysMarker
impl Clone for SealingKeysMarker
Source§fn clone(&self) -> SealingKeysMarker
fn clone(&self) -> SealingKeysMarker
Returns a copy 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 SealingKeysMarker
impl Debug for SealingKeysMarker
Source§impl DiscoverableProtocolMarker for SealingKeysMarker
impl DiscoverableProtocolMarker for SealingKeysMarker
§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
Source§impl Hash for SealingKeysMarker
impl Hash for SealingKeysMarker
Source§impl Ord for SealingKeysMarker
impl Ord for SealingKeysMarker
Source§fn cmp(&self, other: &SealingKeysMarker) -> Ordering
fn cmp(&self, other: &SealingKeysMarker) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SealingKeysMarker
impl PartialEq for SealingKeysMarker
Source§impl PartialOrd for SealingKeysMarker
impl PartialOrd for SealingKeysMarker
Source§impl ProtocolMarker for SealingKeysMarker
impl ProtocolMarker for SealingKeysMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.security.keymint.SealingKeys"
const DEBUG_NAME: &'static str = "fuchsia.security.keymint.SealingKeys"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = SealingKeysProxy
type Proxy = SealingKeysProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.Source§type RequestStream = SealingKeysRequestStream
type RequestStream = SealingKeysRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = SealingKeysSynchronousProxy
type SynchronousProxy = SealingKeysSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.impl Copy for SealingKeysMarker
impl Eq for SealingKeysMarker
impl StructuralPartialEq for SealingKeysMarker
Auto Trait Implementations§
impl Freeze for SealingKeysMarker
impl RefUnwindSafe for SealingKeysMarker
impl Send for SealingKeysMarker
impl Sync for SealingKeysMarker
impl Unpin for SealingKeysMarker
impl UnwindSafe for SealingKeysMarker
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