pub struct MaterialStringRef { /* private fields */ }Expand description
A borrowed-ish string result backed by an owned aiString (no heap allocation).
Implementations§
Trait Implementations§
Source§impl Clone for MaterialStringRef
impl Clone for MaterialStringRef
Source§fn clone(&self) -> MaterialStringRef
fn clone(&self) -> MaterialStringRef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MaterialStringRef
impl Debug for MaterialStringRef
Auto Trait Implementations§
impl Freeze for MaterialStringRef
impl RefUnwindSafe for MaterialStringRef
impl Send for MaterialStringRef
impl Sync for MaterialStringRef
impl Unpin for MaterialStringRef
impl UnwindSafe for MaterialStringRef
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