pub struct SourceStage;Trait Implementations§
Auto Trait Implementations§
impl Freeze for SourceStage
impl RefUnwindSafe for SourceStage
impl Send for SourceStage
impl Sync for SourceStage
impl Unpin for SourceStage
impl UnsafeUnpin for SourceStage
impl UnwindSafe for SourceStage
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