pub struct KnowledgePolicyV1 {
pub default: String,
pub rules: Vec<KnowledgePolicyRuleV1>,
}Fields§
§default: String§rules: Vec<KnowledgePolicyRuleV1>Trait Implementations§
Source§impl Clone for KnowledgePolicyV1
impl Clone for KnowledgePolicyV1
Source§fn clone(&self) -> KnowledgePolicyV1
fn clone(&self) -> KnowledgePolicyV1
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 KnowledgePolicyV1
impl Debug for KnowledgePolicyV1
Source§impl PartialEq for KnowledgePolicyV1
impl PartialEq for KnowledgePolicyV1
impl StructuralPartialEq for KnowledgePolicyV1
Auto Trait Implementations§
impl Freeze for KnowledgePolicyV1
impl RefUnwindSafe for KnowledgePolicyV1
impl Send for KnowledgePolicyV1
impl Sync for KnowledgePolicyV1
impl Unpin for KnowledgePolicyV1
impl UnsafeUnpin for KnowledgePolicyV1
impl UnwindSafe for KnowledgePolicyV1
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