pub struct Use(/* private fields */);Implementations§
Trait Implementations§
source§impl From<Use> for TokenStream
impl From<Use> for TokenStream
impl Eq for Use
impl StructuralEq for Use
impl StructuralPartialEq for Use
Auto Trait Implementations§
impl RefUnwindSafe for Use
impl Send for Use
impl Sync for Use
impl Unpin for Use
impl UnwindSafe for Use
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