pub struct KnowledgeMapChange {
pub id: String,
pub topic: Option<String>,
pub kind: Option<KnowledgeMapSourceKind>,
pub uri: Option<String>,
pub source_scope: Option<String>,
pub description: Option<String>,
}Expand description
Optional source changes accepted by the update command.
Fields§
§id: String§topic: Option<String>§kind: Option<KnowledgeMapSourceKind>§uri: Option<String>§source_scope: Option<String>§description: Option<String>Trait Implementations§
Source§impl Clone for KnowledgeMapChange
impl Clone for KnowledgeMapChange
Source§fn clone(&self) -> KnowledgeMapChange
fn clone(&self) -> KnowledgeMapChange
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 KnowledgeMapChange
impl Debug for KnowledgeMapChange
Source§impl PartialEq for KnowledgeMapChange
impl PartialEq for KnowledgeMapChange
Source§fn eq(&self, other: &KnowledgeMapChange) -> bool
fn eq(&self, other: &KnowledgeMapChange) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for KnowledgeMapChange
impl StructuralPartialEq for KnowledgeMapChange
Auto Trait Implementations§
impl Freeze for KnowledgeMapChange
impl RefUnwindSafe for KnowledgeMapChange
impl Send for KnowledgeMapChange
impl Sync for KnowledgeMapChange
impl Unpin for KnowledgeMapChange
impl UnsafeUnpin for KnowledgeMapChange
impl UnwindSafe for KnowledgeMapChange
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.