pub struct DetectedClient {
pub client_type: ClientType,
pub memory_dir: PathBuf,
}Expand description
A detected client with its memory directory.
Fields§
§client_type: ClientType§memory_dir: PathBufTrait Implementations§
Source§impl Clone for DetectedClient
impl Clone for DetectedClient
Source§fn clone(&self) -> DetectedClient
fn clone(&self) -> DetectedClient
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for DetectedClient
impl RefUnwindSafe for DetectedClient
impl Send for DetectedClient
impl Sync for DetectedClient
impl Unpin for DetectedClient
impl UnsafeUnpin for DetectedClient
impl UnwindSafe for DetectedClient
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