pub struct NoLibraries;
Expand description
Empty libraries provider.
Trait Implementations§
Source§impl Clone for NoLibraries
impl Clone for NoLibraries
Source§fn clone(&self) -> NoLibraries
fn clone(&self) -> NoLibraries
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NoLibraries
impl Debug for NoLibraries
Source§impl Default for NoLibraries
impl Default for NoLibraries
Source§fn default() -> NoLibraries
fn default() -> NoLibraries
Returns the “default value” for a type. Read more
Source§impl LibraryProvider for NoLibraries
impl LibraryProvider for NoLibraries
impl Copy for NoLibraries
Auto Trait Implementations§
impl Freeze for NoLibraries
impl RefUnwindSafe for NoLibraries
impl Send for NoLibraries
impl Sync for NoLibraries
impl Unpin for NoLibraries
impl UnwindSafe for NoLibraries
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