pub struct Initial<'scope>(/* private fields */);Expand description
Trait Implementations§
Auto Trait Implementations§
impl<'scope> Freeze for Initial<'scope>
impl<'scope> RefUnwindSafe for Initial<'scope>
impl<'scope> Send for Initial<'scope>
impl<'scope> Sync for Initial<'scope>
impl<'scope> Unpin for Initial<'scope>
impl<'scope> UnwindSafe for Initial<'scope>
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