pub struct SessionControl { /* private fields */ }Implementations§
Source§impl SessionControl
impl SessionControl
pub fn config(&self) -> ConfigControl
pub fn tools(&self) -> ToolsControl
pub fn commands(&self) -> SessionCommandsControl
pub fn triggers(&self) -> TriggersControl
pub fn state(&self) -> StateControl
pub fn children(&self) -> ChildrenControl
pub fn injection(&self) -> InjectionControl
pub fn mode(&self) -> ModeControl
pub fn processes(&self) -> ProcessControl
Trait Implementations§
Source§impl Clone for SessionControl
impl Clone for SessionControl
Source§fn clone(&self) -> SessionControl
fn clone(&self) -> SessionControl
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for SessionControl
impl !UnwindSafe for SessionControl
impl Freeze for SessionControl
impl Send for SessionControl
impl Sync for SessionControl
impl Unpin for SessionControl
impl UnsafeUnpin for SessionControl
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