pub struct KeyBits {
pub key_type: String,
pub bits: Vec<KeyBit>,
}Fields§
§key_type: String§bits: Vec<KeyBit>Implementations§
Auto Trait Implementations§
impl Freeze for KeyBits
impl RefUnwindSafe for KeyBits
impl Send for KeyBits
impl Sync for KeyBits
impl Unpin for KeyBits
impl UnwindSafe for KeyBits
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