pub struct XObject<'a>(pub Name<'a>);Tuple Fields§
§0: Name<'a>Trait Implementations§
Source§impl<'a> From<XObject<'a>> for TypedInstruction<'a>
impl<'a> From<XObject<'a>> for TypedInstruction<'a>
Source§impl<'a> TryFrom<TypedInstruction<'a>> for XObject<'a>
impl<'a> TryFrom<TypedInstruction<'a>> for XObject<'a>
impl<'a> StructuralPartialEq for XObject<'a>
Auto Trait Implementations§
impl<'a> Freeze for XObject<'a>
impl<'a> RefUnwindSafe for XObject<'a>
impl<'a> Send for XObject<'a>
impl<'a> Sync for XObject<'a>
impl<'a> Unpin for XObject<'a>
impl<'a> UnwindSafe for XObject<'a>
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