pub struct Provides { /* private fields */ }
Expand description
Token
Trait Implementations§
impl Eq for Provides
impl StructuralPartialEq for Provides
Auto Trait Implementations§
impl Freeze for Provides
impl !RefUnwindSafe for Provides
impl !Send for Provides
impl !Sync for Provides
impl Unpin for Provides
impl !UnwindSafe for Provides
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