pub struct InsertTableResult {
pub table_id: EntityId,
}Fields§
§table_id: EntityIdAuto Trait Implementations§
impl Freeze for InsertTableResult
impl RefUnwindSafe for InsertTableResult
impl Send for InsertTableResult
impl Sync for InsertTableResult
impl Unpin for InsertTableResult
impl UnsafeUnpin for InsertTableResult
impl UnwindSafe for InsertTableResult
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