pub struct SeededLibCatalog { /* private fields */ }Expand description
A catalog over the seeded numbers domains.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SeededLibCatalog
impl !Send for SeededLibCatalog
impl !Sync for SeededLibCatalog
impl !UnwindSafe for SeededLibCatalog
impl Freeze for SeededLibCatalog
impl Unpin for SeededLibCatalog
impl UnsafeUnpin for SeededLibCatalog
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