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