pub struct StringAttr(/* private fields */);Implementations§
Source§impl StringAttr
impl StringAttr
pub fn get(&self, part_id: i32) -> Result<StringArray>
pub fn set(&self, part_id: i32, values: &[impl AsRef<CStr>]) -> Result<()>
Auto Trait Implementations§
impl Freeze for StringAttr
impl !RefUnwindSafe for StringAttr
impl Send for StringAttr
impl Sync for StringAttr
impl Unpin for StringAttr
impl UnsafeUnpin for StringAttr
impl !UnwindSafe for StringAttr
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