pub struct TabstackApiConfig {
pub plan: Option<String>,
}Fields§
§plan: Option<String>Trait Implementations§
Source§impl CatalogService for TabstackApiConfig
impl CatalogService for TabstackApiConfig
Source§impl Debug for TabstackApiConfig
impl Debug for TabstackApiConfig
Auto Trait Implementations§
impl Freeze for TabstackApiConfig
impl RefUnwindSafe for TabstackApiConfig
impl Send for TabstackApiConfig
impl Sync for TabstackApiConfig
impl Unpin for TabstackApiConfig
impl UnsafeUnpin for TabstackApiConfig
impl UnwindSafe for TabstackApiConfig
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