pub struct KuboKey {
pub name: String,
pub id: String,
}Fields§
§name: String§id: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for KuboKey
impl RefUnwindSafe for KuboKey
impl Send for KuboKey
impl Sync for KuboKey
impl Unpin for KuboKey
impl UnsafeUnpin for KuboKey
impl UnwindSafe for KuboKey
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