pub struct ItemSet {
table: Uuid,
key: Bytes,
value: Bytes,
}
Fields§
§table: Uuid
§key: Bytes
§value: Bytes
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ItemSet
impl<'de> Deserialize<'de> for ItemSet
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
Source§impl From<ItemSet> for Operations
impl From<ItemSet> for Operations
Auto Trait Implementations§
impl !Freeze for ItemSet
impl RefUnwindSafe for ItemSet
impl Send for ItemSet
impl Sync for ItemSet
impl Unpin for ItemSet
impl UnwindSafe for ItemSet
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