pub struct LibraryKey(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for LibraryKey
impl Clone for LibraryKey
Source§fn clone(&self) -> LibraryKey
fn clone(&self) -> LibraryKey
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 LibraryKey
impl Debug for LibraryKey
Source§impl Hash for LibraryKey
impl Hash for LibraryKey
Source§impl PartialEq for LibraryKey
impl PartialEq for LibraryKey
impl Copy for LibraryKey
impl Eq for LibraryKey
impl StructuralPartialEq for LibraryKey
Auto Trait Implementations§
impl Freeze for LibraryKey
impl RefUnwindSafe for LibraryKey
impl Send for LibraryKey
impl Sync for LibraryKey
impl Unpin for LibraryKey
impl UnsafeUnpin for LibraryKey
impl UnwindSafe for LibraryKey
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