#[repr(C)]pub struct PropNameID { /* private fields */ }
Implementations§
Source§impl PropNameID
impl PropNameID
pub fn from_str(rt: Pin<&mut Runtime>, s: &str) -> UniquePtr<Self>
pub fn from_jsi_string(rt: Pin<&mut Runtime>, s: &JsiString) -> UniquePtr<Self>
pub fn to_string(&self, rt: Pin<&mut Runtime>) -> UniquePtr<CxxString>
pub fn compare(&self, other: &Self, rt: Pin<&mut Runtime>) -> bool
Trait Implementations§
Source§impl ExternType for PropNameID
impl ExternType for PropNameID
impl UniquePtrTarget for PropNameID
impl VectorElement for PropNameID
Auto Trait Implementations§
impl !Freeze for PropNameID
impl RefUnwindSafe for PropNameID
impl !Send for PropNameID
impl !Sync for PropNameID
impl !Unpin for PropNameID
impl UnwindSafe for PropNameID
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