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