pub enum WbemLocator {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WbemLocator
impl RefUnwindSafe for WbemLocator
impl Send for WbemLocator
impl Sync for WbemLocator
impl Unpin for WbemLocator
impl UnwindSafe for WbemLocator
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