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