pub struct NameSetAutoRequest {
pub summary: String,
}Expand description
Auto-generated session summary to apply as the session’s name when no user-set name exists.
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Fields§
§summary: StringAuto-generated session summary. Empty/whitespace-only values are ignored; values are trimmed before persisting.
Trait Implementations§
Source§impl Clone for NameSetAutoRequest
impl Clone for NameSetAutoRequest
Source§fn clone(&self) -> NameSetAutoRequest
fn clone(&self) -> NameSetAutoRequest
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 NameSetAutoRequest
impl Debug for NameSetAutoRequest
Source§impl Default for NameSetAutoRequest
impl Default for NameSetAutoRequest
Source§fn default() -> NameSetAutoRequest
fn default() -> NameSetAutoRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NameSetAutoRequest
impl<'de> Deserialize<'de> for NameSetAutoRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for NameSetAutoRequest
impl RefUnwindSafe for NameSetAutoRequest
impl Send for NameSetAutoRequest
impl Sync for NameSetAutoRequest
impl Unpin for NameSetAutoRequest
impl UnsafeUnpin for NameSetAutoRequest
impl UnwindSafe for NameSetAutoRequest
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