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