pub struct ConsListLib;Expand description
The loadable Lib manifest for the cons-cell list backend, registered
under the list/cons id by install_cons_list_lib.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConsListLib
impl RefUnwindSafe for ConsListLib
impl Send for ConsListLib
impl Sync for ConsListLib
impl Unpin for ConsListLib
impl UnsafeUnpin for ConsListLib
impl UnwindSafe for ConsListLib
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