pub struct Platform<'a, 'paths> { /* private fields */ }
Implementations
sourceimpl<'a, 'paths> Platform<'a, 'paths>
impl<'a, 'paths> Platform<'a, 'paths>
Trait Implementations
Auto Trait Implementations
impl<'a, 'paths> RefUnwindSafe for Platform<'a, 'paths>
impl<'a, 'paths> Send for Platform<'a, 'paths>
impl<'a, 'paths> Sync for Platform<'a, 'paths>
impl<'a, 'paths> Unpin for Platform<'a, 'paths> where
'paths: 'a,
impl<'a, 'paths> UnwindSafe for Platform<'a, 'paths>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more