pub struct IdentitySection { /* private fields */ }Expand description
Core identity, security policy, and system-level rules.
Topics:
- identity and role
- security testing policy
- URL generation rule
- output display rules
- permission mode / policy / compaction notes
Implementations§
Trait Implementations§
Source§impl PromptSection for IdentitySection
impl PromptSection for IdentitySection
Auto Trait Implementations§
impl Freeze for IdentitySection
impl RefUnwindSafe for IdentitySection
impl Send for IdentitySection
impl Sync for IdentitySection
impl Unpin for IdentitySection
impl UnsafeUnpin for IdentitySection
impl UnwindSafe for IdentitySection
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