pub enum SessionLinkKind {
Rotation,
}Expand description
Why two session files are linked.
Variants§
Rotation
The provider rotated to a new file (plan-mode exit, context overflow, etc.).
Trait Implementations§
Source§impl Clone for SessionLinkKind
impl Clone for SessionLinkKind
Source§fn clone(&self) -> SessionLinkKind
fn clone(&self) -> SessionLinkKind
Returns a duplicate of the value. Read more
1.0.0 · 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 SessionLinkKind
impl Debug for SessionLinkKind
Source§impl<'de> Deserialize<'de> for SessionLinkKind
impl<'de> Deserialize<'de> for SessionLinkKind
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
Source§impl PartialEq for SessionLinkKind
impl PartialEq for SessionLinkKind
Source§impl Serialize for SessionLinkKind
impl Serialize for SessionLinkKind
impl Eq for SessionLinkKind
impl StructuralPartialEq for SessionLinkKind
Auto Trait Implementations§
impl Freeze for SessionLinkKind
impl RefUnwindSafe for SessionLinkKind
impl Send for SessionLinkKind
impl Sync for SessionLinkKind
impl Unpin for SessionLinkKind
impl UnsafeUnpin for SessionLinkKind
impl UnwindSafe for SessionLinkKind
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