pub struct SessionNameSetAutoResult {
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 SessionNameSetAutoResult
impl Clone for SessionNameSetAutoResult
Source§fn clone(&self) -> SessionNameSetAutoResult
fn clone(&self) -> SessionNameSetAutoResult
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 SessionNameSetAutoResult
impl Debug for SessionNameSetAutoResult
Source§impl Default for SessionNameSetAutoResult
impl Default for SessionNameSetAutoResult
Source§fn default() -> SessionNameSetAutoResult
fn default() -> SessionNameSetAutoResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SessionNameSetAutoResult
impl<'de> Deserialize<'de> for SessionNameSetAutoResult
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 SessionNameSetAutoResult
impl RefUnwindSafe for SessionNameSetAutoResult
impl Send for SessionNameSetAutoResult
impl Sync for SessionNameSetAutoResult
impl Unpin for SessionNameSetAutoResult
impl UnsafeUnpin for SessionNameSetAutoResult
impl UnwindSafe for SessionNameSetAutoResult
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