pub enum UseTarget {
Path(Path),
Type(Type),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UseTarget
impl RefUnwindSafe for UseTarget
impl Send for UseTarget
impl Sync for UseTarget
impl Unpin for UseTarget
impl UnwindSafe for UseTarget
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