pub struct PromptSection { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PromptSection
impl Clone for PromptSection
Source§fn clone(&self) -> PromptSection
fn clone(&self) -> PromptSection
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 PromptSection
impl Debug for PromptSection
Source§impl PartialEq for PromptSection
impl PartialEq for PromptSection
Source§fn eq(&self, other: &PromptSection) -> bool
fn eq(&self, other: &PromptSection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PromptSection
impl StructuralPartialEq for PromptSection
Auto Trait Implementations§
impl Freeze for PromptSection
impl RefUnwindSafe for PromptSection
impl Send for PromptSection
impl Sync for PromptSection
impl Unpin for PromptSection
impl UnsafeUnpin for PromptSection
impl UnwindSafe for PromptSection
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