pub struct ConnectOutcome {
pub path: PathBuf,
pub created: bool,
}Expand description
Outcome of wiring one client.
Fields§
§path: PathBuf§created: boolThe config file was newly created (vs. an existing one updated).
Auto Trait Implementations§
impl Freeze for ConnectOutcome
impl RefUnwindSafe for ConnectOutcome
impl Send for ConnectOutcome
impl Sync for ConnectOutcome
impl Unpin for ConnectOutcome
impl UnsafeUnpin for ConnectOutcome
impl UnwindSafe for ConnectOutcome
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