pub struct DocDbKey {
pub pk: String,
pub sk: String,
}Fields§
§pk: String§sk: StringImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DocDbKey
impl<'de> Deserialize<'de> for DocDbKey
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DocDbKey
impl StructuralPartialEq for DocDbKey
Auto Trait Implementations§
impl Freeze for DocDbKey
impl RefUnwindSafe for DocDbKey
impl Send for DocDbKey
impl Sync for DocDbKey
impl Unpin for DocDbKey
impl UnsafeUnpin for DocDbKey
impl UnwindSafe for DocDbKey
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