pub struct GuidHelper {}
Implementations§
Trait Implementations§
Source§impl RuntimeName for GuidHelper
impl RuntimeName for GuidHelper
Auto Trait Implementations§
impl Freeze for GuidHelper
impl RefUnwindSafe for GuidHelper
impl Send for GuidHelper
impl Sync for GuidHelper
impl Unpin for GuidHelper
impl UnwindSafe for GuidHelper
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