#[repr(C)]pub struct FieldValue { /* private fields */ }Implementations§
Source§impl FieldValue
impl FieldValue
pub fn get_string(&self) -> &String
Source§impl FieldValue
impl FieldValue
Source§impl FieldValue
impl FieldValue
pub fn get_type(&self) -> FieldValueKind
Trait Implementations§
Source§impl ExternType for FieldValue
impl ExternType for FieldValue
Auto Trait Implementations§
impl !Freeze for FieldValue
impl RefUnwindSafe for FieldValue
impl !Send for FieldValue
impl !Sync for FieldValue
impl !Unpin for FieldValue
impl UnwindSafe for FieldValue
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