pub struct ReadEvalBrokerLib;Expand description
Loadable library that registers the read-eval broker value.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadEvalBrokerLib
impl RefUnwindSafe for ReadEvalBrokerLib
impl Send for ReadEvalBrokerLib
impl Sync for ReadEvalBrokerLib
impl Unpin for ReadEvalBrokerLib
impl UnsafeUnpin for ReadEvalBrokerLib
impl UnwindSafe for ReadEvalBrokerLib
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