pub struct DocDbDocument {
pub key: DocDbKey,
pub data: Vec<u8>,
}Fields§
§key: DocDbKey§data: Vec<u8>Trait Implementations§
Source§impl Clone for DocDbDocument
impl Clone for DocDbDocument
Source§impl Debug for DocDbDocument
impl Debug for DocDbDocument
Source§impl<'de> Deserialize<'de> for DocDbDocument
impl<'de> Deserialize<'de> for DocDbDocument
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 DocDbDocument
Source§impl PartialEq for DocDbDocument
impl PartialEq for DocDbDocument
Source§impl Serialize for DocDbDocument
impl Serialize for DocDbDocument
impl StructuralPartialEq for DocDbDocument
Auto Trait Implementations§
impl Freeze for DocDbDocument
impl RefUnwindSafe for DocDbDocument
impl Send for DocDbDocument
impl Sync for DocDbDocument
impl Unpin for DocDbDocument
impl UnsafeUnpin for DocDbDocument
impl UnwindSafe for DocDbDocument
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