pub struct TableDelete {
id: Uuid,
}
Expand description
The table delete RPC.
Used to delete a table after some error occurs.
Fields§
§id: Uuid
Trait Implementations§
Source§impl Debug for TableDelete
impl Debug for TableDelete
Source§impl<'de> Deserialize<'de> for TableDelete
impl<'de> Deserialize<'de> for TableDelete
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<TableDelete> for Operations
impl From<TableDelete> for Operations
Source§fn from(value: TableDelete) -> Self
fn from(value: TableDelete) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TableDelete
impl RefUnwindSafe for TableDelete
impl Send for TableDelete
impl Sync for TableDelete
impl Unpin for TableDelete
impl UnwindSafe for TableDelete
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