pub(crate) struct FixedHostKey {
pub(crate) key: &'static [u8],
}Fields§
§key: &'static [u8]Trait Implementations§
Source§impl HostKeyProvider for FixedHostKey
impl HostKeyProvider for FixedHostKey
Auto Trait Implementations§
impl Freeze for FixedHostKey
impl RefUnwindSafe for FixedHostKey
impl Send for FixedHostKey
impl Sync for FixedHostKey
impl Unpin for FixedHostKey
impl UnsafeUnpin for FixedHostKey
impl UnwindSafe for FixedHostKey
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