pub struct SystemCtlBlockingBuilder { /* private fields */ }Implementations§
Source§impl SystemCtlBlockingBuilder
impl SystemCtlBlockingBuilder
pub fn new() -> Self
pub fn with_system_connection_level(self) -> Self
pub fn init<'a>(self) -> Result<SystemCtlBlocking<'a>, SystemdError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SystemCtlBlockingBuilder
impl RefUnwindSafe for SystemCtlBlockingBuilder
impl Send for SystemCtlBlockingBuilder
impl Sync for SystemCtlBlockingBuilder
impl Unpin for SystemCtlBlockingBuilder
impl UnsafeUnpin for SystemCtlBlockingBuilder
impl UnwindSafe for SystemCtlBlockingBuilder
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