pub(in core) enum DropStackElem {
String(String),
ByteString(Vec<u8>),
Vec(Vec<Gc<ObjectType<'static>>>),
}Variants§
Auto Trait Implementations§
impl Freeze for DropStackElem
impl !RefUnwindSafe for DropStackElem
impl Send for DropStackElem
impl !Sync for DropStackElem
impl Unpin for DropStackElem
impl UnsafeUnpin for DropStackElem
impl !UnwindSafe for DropStackElem
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