pub struct StringRef(/* private fields */);
Implementations§
Trait Implementations§
Source§impl From<&StringRef> for CustomAttributeData
impl From<&StringRef> for CustomAttributeData
Source§impl From<MlirStringRef> for StringRef
impl From<MlirStringRef> for StringRef
Source§fn from(s: MlirStringRef) -> Self
fn from(s: MlirStringRef) -> Self
Converts to this type from the input type.
Source§impl From<StringRef> for CustomAttributeData
impl From<StringRef> for CustomAttributeData
Auto Trait Implementations§
impl Freeze for StringRef
impl RefUnwindSafe for StringRef
impl !Send for StringRef
impl !Sync for StringRef
impl Unpin for StringRef
impl UnwindSafe for StringRef
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