Struct pacmanager_wrapper::InternalConfig
source · pub struct InternalConfig {
pub root_command: String,
pub interpreter_command: String,
}Fields§
§root_command: String§interpreter_command: StringTrait Implementations§
source§impl Clone for InternalConfig
impl Clone for InternalConfig
source§fn clone(&self) -> InternalConfig
fn clone(&self) -> InternalConfig
Returns a copy 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 InternalConfig
impl Debug for InternalConfig
Auto Trait Implementations§
impl Freeze for InternalConfig
impl RefUnwindSafe for InternalConfig
impl Send for InternalConfig
impl Sync for InternalConfig
impl Unpin for InternalConfig
impl UnwindSafe for InternalConfig
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