pub struct uses(/* private fields */);Expand description
Marker type for the uses field
Auto Trait Implementations§
impl Freeze for uses
impl RefUnwindSafe for uses
impl Send for uses
impl Sync for uses
impl Unpin for uses
impl UnsafeUnpin for uses
impl UnwindSafe for uses
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