pub struct ChoiceDelta {
pub role: Option<String>,
pub content: Option<String>,
}Fields§
§role: Option<String>§content: Option<String>Trait Implementations§
Source§impl Debug for ChoiceDelta
impl Debug for ChoiceDelta
Source§impl Default for ChoiceDelta
impl Default for ChoiceDelta
Source§fn default() -> ChoiceDelta
fn default() -> ChoiceDelta
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ChoiceDelta
impl RefUnwindSafe for ChoiceDelta
impl Send for ChoiceDelta
impl Sync for ChoiceDelta
impl Unpin for ChoiceDelta
impl UnsafeUnpin for ChoiceDelta
impl UnwindSafe for ChoiceDelta
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