pub struct RuntimesOnPlatform;
Expand description
Find runtimes using platform-specific knowledge.
For example:
- on Debian and Ubuntu, check subdirectories of
/usr/lib/postgresql
. - on macOS, check Homebrew.
More platform-specific knowledge may be added to this strategy in the future.
Implementations§
Trait Implementations§
Source§impl Clone for RuntimesOnPlatform
impl Clone for RuntimesOnPlatform
Source§fn clone(&self) -> RuntimesOnPlatform
fn clone(&self) -> RuntimesOnPlatform
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 RuntimesOnPlatform
impl Debug for RuntimesOnPlatform
Source§impl RuntimeStrategy for RuntimesOnPlatform
impl RuntimeStrategy for RuntimesOnPlatform
Auto Trait Implementations§
impl Freeze for RuntimesOnPlatform
impl RefUnwindSafe for RuntimesOnPlatform
impl Send for RuntimesOnPlatform
impl Sync for RuntimesOnPlatform
impl Unpin for RuntimesOnPlatform
impl UnwindSafe for RuntimesOnPlatform
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