pub struct MacOSInfo {
pub version: String,
pub has_fuse_t: bool,
pub fuse_t_version: Option<String>,
pub has_macfuse: bool,
pub macfuse_version: Option<String>,
pub has_unionfs: bool,
pub unionfs_path: Option<PathBuf>,
}Fields§
§version: String§has_fuse_t: bool§fuse_t_version: Option<String>§has_macfuse: bool§macfuse_version: Option<String>§has_unionfs: bool§unionfs_path: Option<PathBuf>Trait Implementations§
impl Eq for MacOSInfo
impl StructuralPartialEq for MacOSInfo
Auto Trait Implementations§
impl Freeze for MacOSInfo
impl RefUnwindSafe for MacOSInfo
impl Send for MacOSInfo
impl Sync for MacOSInfo
impl Unpin for MacOSInfo
impl UnsafeUnpin for MacOSInfo
impl UnwindSafe for MacOSInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.