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