struct LispStringInner(Cell<*mut str>);Tuple Fields§
§0: Cell<*mut str>Auto Trait Implementations§
impl !Freeze for LispStringInner
impl !RefUnwindSafe for LispStringInner
impl !Send for LispStringInner
impl !Sync for LispStringInner
impl Unpin for LispStringInner
impl UnsafeUnpin for LispStringInner
impl UnwindSafe for LispStringInner
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