pub(crate) struct AuthorizedKey {
pub(crate) algo: Vec<u8>,
pub(crate) key_blob: Vec<u8>,
}Fields§
§algo: Vec<u8>§key_blob: Vec<u8>Auto Trait Implementations§
impl Freeze for AuthorizedKey
impl RefUnwindSafe for AuthorizedKey
impl Send for AuthorizedKey
impl Sync for AuthorizedKey
impl Unpin for AuthorizedKey
impl UnsafeUnpin for AuthorizedKey
impl UnwindSafe for AuthorizedKey
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