pub enum SessionSelectMode {
Attach,
Switch,
Detached,
}Variants§
Trait Implementations§
Source§impl Clone for SessionSelectMode
impl Clone for SessionSelectMode
Source§fn clone(&self) -> SessionSelectMode
fn clone(&self) -> SessionSelectMode
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 SessionSelectMode
impl Debug for SessionSelectMode
impl Copy for SessionSelectMode
Auto Trait Implementations§
impl Freeze for SessionSelectMode
impl RefUnwindSafe for SessionSelectMode
impl Send for SessionSelectMode
impl Sync for SessionSelectMode
impl Unpin for SessionSelectMode
impl UnwindSafe for SessionSelectMode
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