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