pub struct SafetySection;Expand description
Safety, reversibility, and honest reporting guidance.
Trait Implementations§
Source§impl PromptSection for SafetySection
impl PromptSection for SafetySection
Auto Trait Implementations§
impl Freeze for SafetySection
impl RefUnwindSafe for SafetySection
impl Send for SafetySection
impl Sync for SafetySection
impl Unpin for SafetySection
impl UnsafeUnpin for SafetySection
impl UnwindSafe for SafetySection
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