pub struct DocKey {
pub pk: String,
pub sk: String,
}Fields§
§pk: String§sk: StringImplementations§
Trait Implementations§
impl Eq for DocKey
impl StructuralPartialEq for DocKey
Auto Trait Implementations§
impl Freeze for DocKey
impl RefUnwindSafe for DocKey
impl Send for DocKey
impl Sync for DocKey
impl Unpin for DocKey
impl UnsafeUnpin for DocKey
impl UnwindSafe for DocKey
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