pub struct NameSetAutoResult {
pub applied: bool,
}Expand description
Indicates whether the auto-generated summary was applied as the session’s name.
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Fields§
§applied: boolWhether the auto-generated summary was persisted. False if the session already has a user-set name, the summary normalized to empty, or the session does not have a workspace.
Trait Implementations§
Source§impl Clone for NameSetAutoResult
impl Clone for NameSetAutoResult
Source§fn clone(&self) -> NameSetAutoResult
fn clone(&self) -> NameSetAutoResult
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 NameSetAutoResult
impl Debug for NameSetAutoResult
Source§impl Default for NameSetAutoResult
impl Default for NameSetAutoResult
Source§fn default() -> NameSetAutoResult
fn default() -> NameSetAutoResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NameSetAutoResult
impl<'de> Deserialize<'de> for NameSetAutoResult
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 NameSetAutoResult
impl RefUnwindSafe for NameSetAutoResult
impl Send for NameSetAutoResult
impl Sync for NameSetAutoResult
impl Unpin for NameSetAutoResult
impl UnsafeUnpin for NameSetAutoResult
impl UnwindSafe for NameSetAutoResult
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