pub struct ProtocolDeviceOwnerHint {
pub owner: PublicKey,
pub verified: bool,
}Fields§
§owner: PublicKey§verified: boolTrait Implementations§
Source§impl Clone for ProtocolDeviceOwnerHint
impl Clone for ProtocolDeviceOwnerHint
Source§fn clone(&self) -> ProtocolDeviceOwnerHint
fn clone(&self) -> ProtocolDeviceOwnerHint
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 moreimpl Copy for ProtocolDeviceOwnerHint
Source§impl Debug for ProtocolDeviceOwnerHint
impl Debug for ProtocolDeviceOwnerHint
impl Eq for ProtocolDeviceOwnerHint
Source§impl PartialEq for ProtocolDeviceOwnerHint
impl PartialEq for ProtocolDeviceOwnerHint
Source§fn eq(&self, other: &ProtocolDeviceOwnerHint) -> bool
fn eq(&self, other: &ProtocolDeviceOwnerHint) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProtocolDeviceOwnerHint
Auto Trait Implementations§
impl Freeze for ProtocolDeviceOwnerHint
impl RefUnwindSafe for ProtocolDeviceOwnerHint
impl Send for ProtocolDeviceOwnerHint
impl Sync for ProtocolDeviceOwnerHint
impl Unpin for ProtocolDeviceOwnerHint
impl UnsafeUnpin for ProtocolDeviceOwnerHint
impl UnwindSafe for ProtocolDeviceOwnerHint
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