pub struct LibraryBuilder;
Expand description
Library builder
Auto Trait Implementations§
impl Freeze for LibraryBuilder
impl RefUnwindSafe for LibraryBuilder
impl Send for LibraryBuilder
impl Sync for LibraryBuilder
impl Unpin for LibraryBuilder
impl UnwindSafe for LibraryBuilder
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