pub struct PlatformName(/* private fields */);Expand description
Signed platform descriptor used in keepalive certification failures.
Implementations§
Trait Implementations§
Source§impl Clone for PlatformName
impl Clone for PlatformName
Source§fn clone(&self) -> PlatformName
fn clone(&self) -> PlatformName
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 PlatformName
impl Debug for PlatformName
impl Eq for PlatformName
Source§impl PartialEq for PlatformName
impl PartialEq for PlatformName
impl StructuralPartialEq for PlatformName
Auto Trait Implementations§
impl Freeze for PlatformName
impl RefUnwindSafe for PlatformName
impl Send for PlatformName
impl Sync for PlatformName
impl Unpin for PlatformName
impl UnsafeUnpin for PlatformName
impl UnwindSafe for PlatformName
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