#[repr(C)]pub struct XmlSchemaPSVIIDCKey { /* private fields */ }
Expand description
The key sequence of a node table item.
Auto Trait Implementations§
impl Freeze for XmlSchemaPSVIIDCKey
impl !RefUnwindSafe for XmlSchemaPSVIIDCKey
impl !Send for XmlSchemaPSVIIDCKey
impl !Sync for XmlSchemaPSVIIDCKey
impl Unpin for XmlSchemaPSVIIDCKey
impl !UnwindSafe for XmlSchemaPSVIIDCKey
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