pub enum SessionListItemKind {
Info,
Session,
WorktreeSession,
Worktree,
}Variants§
Trait Implementations§
Source§impl Clone for SessionListItemKind
impl Clone for SessionListItemKind
Source§fn clone(&self) -> SessionListItemKind
fn clone(&self) -> SessionListItemKind
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 SessionListItemKind
impl Debug for SessionListItemKind
Source§impl PartialEq for SessionListItemKind
impl PartialEq for SessionListItemKind
impl Copy for SessionListItemKind
impl Eq for SessionListItemKind
impl StructuralPartialEq for SessionListItemKind
Auto Trait Implementations§
impl Freeze for SessionListItemKind
impl RefUnwindSafe for SessionListItemKind
impl Send for SessionListItemKind
impl Sync for SessionListItemKind
impl Unpin for SessionListItemKind
impl UnsafeUnpin for SessionListItemKind
impl UnwindSafe for SessionListItemKind
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