pub struct DieCursor<'a, 'b: 'a, 'c: 'a> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b, 'c> Freeze for DieCursor<'a, 'b, 'c>
impl<'a, 'b, 'c> RefUnwindSafe for DieCursor<'a, 'b, 'c>
impl<'a, 'b, 'c> Send for DieCursor<'a, 'b, 'c>
impl<'a, 'b, 'c> Sync for DieCursor<'a, 'b, 'c>
impl<'a, 'b, 'c> Unpin for DieCursor<'a, 'b, 'c>
impl<'a, 'b, 'c> UnwindSafe for DieCursor<'a, 'b, 'c>
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