pub struct UsdComment(pub String);Tuple Fields§
§0: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for UsdComment
impl RefUnwindSafe for UsdComment
impl Send for UsdComment
impl Sync for UsdComment
impl Unpin for UsdComment
impl UnwindSafe for UsdComment
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