pub struct LoadContext { /* private fields */ }Trait Implementations§
Source§impl Debug for LoadContext
impl Debug for LoadContext
Auto Trait Implementations§
impl !Send for LoadContext
impl !Sync for LoadContext
impl Freeze for LoadContext
impl RefUnwindSafe for LoadContext
impl Unpin for LoadContext
impl UnsafeUnpin for LoadContext
impl UnwindSafe for LoadContext
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