pub struct BindingLib;Expand description
The binding organ lib: installs the binding special forms as callables.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BindingLib
impl RefUnwindSafe for BindingLib
impl Send for BindingLib
impl Sync for BindingLib
impl Unpin for BindingLib
impl UnsafeUnpin for BindingLib
impl UnwindSafe for BindingLib
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