pub struct CSmlValue(/* private fields */);Expand description
值树句柄。repr(transparent) 使其与内部 Value 布局一致,
从而可以把子值的 &Value 安全地重解释为此类型的借用指针。
Auto Trait Implementations§
impl Freeze for CSmlValue
impl RefUnwindSafe for CSmlValue
impl Send for CSmlValue
impl Sync for CSmlValue
impl Unpin for CSmlValue
impl UnsafeUnpin for CSmlValue
impl UnwindSafe for CSmlValue
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