pub struct aiPromptRules;Trait Implementations§
Source§impl Field for aiPromptRules
impl Field for aiPromptRules
Source§impl HasField<aiPromptRules> for DocumentContent
impl HasField<aiPromptRules> for DocumentContent
Source§type Type = Option<AiPromptRules>
type Type = Option<AiPromptRules>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for aiPromptRules
impl RefUnwindSafe for aiPromptRules
impl Send for aiPromptRules
impl Sync for aiPromptRules
impl Unpin for aiPromptRules
impl UnwindSafe for aiPromptRules
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