pub enum UsdPart {
Node(UsdNode),
Comment(UsdComment),
}Variants§
Node(UsdNode)
Comment(UsdComment)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UsdPart
impl RefUnwindSafe for UsdPart
impl Send for UsdPart
impl Sync for UsdPart
impl Unpin for UsdPart
impl UnwindSafe for UsdPart
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