pub struct CitationKey(/* private fields */);Implementations§
Source§impl CitationKey
impl CitationKey
Auto Trait Implementations§
impl Freeze for CitationKey
impl !RefUnwindSafe for CitationKey
impl !Send for CitationKey
impl !Sync for CitationKey
impl Unpin for CitationKey
impl UnsafeUnpin for CitationKey
impl !UnwindSafe for CitationKey
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