pub struct SessionActive;Expand description
Error returned when a process-global profile session is already active.
Trait Implementations§
Source§impl Clone for SessionActive
impl Clone for SessionActive
Source§fn clone(&self) -> SessionActive
fn clone(&self) -> SessionActive
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 moreimpl Copy for SessionActive
Source§impl Debug for SessionActive
impl Debug for SessionActive
Source§impl Display for SessionActive
impl Display for SessionActive
impl Eq for SessionActive
Source§impl Error for SessionActive
impl Error for SessionActive
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for SessionActive
impl PartialEq for SessionActive
impl StructuralPartialEq for SessionActive
Auto Trait Implementations§
impl Freeze for SessionActive
impl RefUnwindSafe for SessionActive
impl Send for SessionActive
impl Sync for SessionActive
impl Unpin for SessionActive
impl UnsafeUnpin for SessionActive
impl UnwindSafe for SessionActive
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