pub struct BuildCtx<'a> {
pub lib: &'a Library,
}Fields§
§lib: &'a LibraryImplementations§
Auto Trait Implementations§
impl<'a> Freeze for BuildCtx<'a>
impl<'a> !RefUnwindSafe for BuildCtx<'a>
impl<'a> Send for BuildCtx<'a>
impl<'a> Sync for BuildCtx<'a>
impl<'a> Unpin for BuildCtx<'a>
impl<'a> UnsafeUnpin for BuildCtx<'a>
impl<'a> !UnwindSafe for BuildCtx<'a>
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