pub struct Platform<'s> { /* private fields */ }
Expand description
An intermediate structure to hold shared state alive long enough for iteration to happen.
Implementations
Auto Trait Implementations
impl<'s> !RefUnwindSafe for Platform<'s>
impl<'s> Send for Platform<'s>
impl<'s> Sync for Platform<'s>
impl<'s> Unpin for Platform<'s>
impl<'s> !UnwindSafe for Platform<'s>
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