#[non_exhaustive]pub struct LibraryConfiguration {}Auto Trait Implementations§
impl Freeze for LibraryConfiguration
impl RefUnwindSafe for LibraryConfiguration
impl Send for LibraryConfiguration
impl Sync for LibraryConfiguration
impl Unpin for LibraryConfiguration
impl UnsafeUnpin for LibraryConfiguration
impl UnwindSafe for LibraryConfiguration
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