pub struct ApprovalGrantScope {
pub namespace: String,
pub target_key: Option<String>,
pub tool_name: String,
pub effect_class: ApprovalGrantEffectClass,
pub planner_stage: Option<ToolPlannerStage>,
}Fields§
§namespace: String§target_key: Option<String>§tool_name: String§effect_class: ApprovalGrantEffectClass§planner_stage: Option<ToolPlannerStage>Trait Implementations§
Source§impl Clone for ApprovalGrantScope
impl Clone for ApprovalGrantScope
Source§fn clone(&self) -> ApprovalGrantScope
fn clone(&self) -> ApprovalGrantScope
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 ApprovalGrantScope
impl Debug for ApprovalGrantScope
Source§impl<'de> Deserialize<'de> for ApprovalGrantScope
impl<'de> Deserialize<'de> for ApprovalGrantScope
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ApprovalGrantScope
Source§impl PartialEq for ApprovalGrantScope
impl PartialEq for ApprovalGrantScope
Source§impl Serialize for ApprovalGrantScope
impl Serialize for ApprovalGrantScope
impl StructuralPartialEq for ApprovalGrantScope
Auto Trait Implementations§
impl Freeze for ApprovalGrantScope
impl RefUnwindSafe for ApprovalGrantScope
impl Send for ApprovalGrantScope
impl Sync for ApprovalGrantScope
impl Unpin for ApprovalGrantScope
impl UnsafeUnpin for ApprovalGrantScope
impl UnwindSafe for ApprovalGrantScope
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