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> Freeze for Platform<'s>
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§
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