pub struct HostIdentity {
pub identifier: String,
pub signing_key: SigningKey,
}Fields§
§identifier: String§signing_key: SigningKeyImplementations§
Source§impl HostIdentity
impl HostIdentity
Auto Trait Implementations§
impl Freeze for HostIdentity
impl RefUnwindSafe for HostIdentity
impl Send for HostIdentity
impl Sync for HostIdentity
impl Unpin for HostIdentity
impl UnsafeUnpin for HostIdentity
impl UnwindSafe for HostIdentity
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