pub struct Stage1;Expand description
Stage 1: pick a source.
Implementations§
Auto Trait Implementations§
impl Freeze for Stage1
impl RefUnwindSafe for Stage1
impl Send for Stage1
impl Sync for Stage1
impl Unpin for Stage1
impl UnsafeUnpin for Stage1
impl UnwindSafe for Stage1
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