pub struct LocalUtils { /* private fields */ }Expand description
LocalUtils protocol object
TODO: Complete implementation. Currently a stub to support protocol registration.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for LocalUtils
impl !RefUnwindSafe for LocalUtils
impl Send for LocalUtils
impl Sync for LocalUtils
impl Unpin for LocalUtils
impl UnsafeUnpin for LocalUtils
impl !UnwindSafe for LocalUtils
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