pub struct KnowledgeStudioManagementV1 {
pub version: u64,
pub surface: String,
pub valid: bool,
pub read_only: bool,
pub diagnostics: KnowledgeRuntimeDiagnosticsV1,
pub capabilities: KnowledgeStudioCapabilitiesV1,
pub management_root: String,
}Fields§
§version: u64§surface: String§valid: bool§read_only: bool§diagnostics: KnowledgeRuntimeDiagnosticsV1§capabilities: KnowledgeStudioCapabilitiesV1§management_root: StringTrait Implementations§
Source§impl Clone for KnowledgeStudioManagementV1
impl Clone for KnowledgeStudioManagementV1
Source§fn clone(&self) -> KnowledgeStudioManagementV1
fn clone(&self) -> KnowledgeStudioManagementV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KnowledgeStudioManagementV1
impl Debug for KnowledgeStudioManagementV1
impl StructuralPartialEq for KnowledgeStudioManagementV1
Auto Trait Implementations§
impl Freeze for KnowledgeStudioManagementV1
impl RefUnwindSafe for KnowledgeStudioManagementV1
impl Send for KnowledgeStudioManagementV1
impl Sync for KnowledgeStudioManagementV1
impl Unpin for KnowledgeStudioManagementV1
impl UnsafeUnpin for KnowledgeStudioManagementV1
impl UnwindSafe for KnowledgeStudioManagementV1
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