pub struct CodexHistoricalLogAdapter;Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodexHistoricalLogAdapter
impl RefUnwindSafe for CodexHistoricalLogAdapter
impl Send for CodexHistoricalLogAdapter
impl Sync for CodexHistoricalLogAdapter
impl Unpin for CodexHistoricalLogAdapter
impl UnsafeUnpin for CodexHistoricalLogAdapter
impl UnwindSafe for CodexHistoricalLogAdapter
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