pub struct ConsBackend;Expand description
The cons ListBackend: constructs ConsList objects for the
runtime’s list-construction and cons operations.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConsBackend
impl RefUnwindSafe for ConsBackend
impl Send for ConsBackend
impl Sync for ConsBackend
impl Unpin for ConsBackend
impl UnsafeUnpin for ConsBackend
impl UnwindSafe for ConsBackend
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