pub struct CiteScope { /* private fields */ }Expand description
RAII guard that clears the ambient CiteContext when dropped.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CiteScope
impl RefUnwindSafe for CiteScope
impl Send for CiteScope
impl Sync for CiteScope
impl Unpin for CiteScope
impl UnsafeUnpin for CiteScope
impl UnwindSafe for CiteScope
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