pub struct DependencyState { /* private fields */ }
Auto Trait Implementations§
impl Freeze for DependencyState
impl RefUnwindSafe for DependencyState
impl Send for DependencyState
impl Sync for DependencyState
impl Unpin for DependencyState
impl UnwindSafe for DependencyState
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