enum UseGlobalPrefix {
LeadingColon,
NoLeadingColon,
}
Variants§
Auto Trait Implementations§
impl Freeze for UseGlobalPrefix
impl RefUnwindSafe for UseGlobalPrefix
impl Send for UseGlobalPrefix
impl Sync for UseGlobalPrefix
impl Unpin for UseGlobalPrefix
impl UnwindSafe for UseGlobalPrefix
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