pub struct Field<'a> { /* private fields */ }
Implementations§
Source§impl<'a> Field<'a>
impl<'a> Field<'a>
pub fn new(ptr: NonNull<SJ_OD_field>) -> Self
pub fn unescaped_key(&mut self, allow_replacement: bool) -> Result<&'a str>
pub fn take_value(self) -> Value<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Field<'a>
impl<'a> RefUnwindSafe for Field<'a>
impl<'a> !Send for Field<'a>
impl<'a> !Sync for Field<'a>
impl<'a> Unpin for Field<'a>
impl<'a> !UnwindSafe for Field<'a>
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