pub struct NewRootColumns {
pub root_id: i64,
pub column_name: String,
pub graphql_type: String,
}Fields§
§root_id: i64§column_name: String§graphql_type: StringTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NewRootColumns
impl Send for NewRootColumns
impl Sync for NewRootColumns
impl Unpin for NewRootColumns
impl UnwindSafe for NewRootColumns
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