pub struct EndElementInfo {
pub validity: SchemaValidity,
}Expand description
What the runtime returned from validate_end_element.
Fields§
§validity: SchemaValidityTrait Implementations§
Source§impl Clone for EndElementInfo
impl Clone for EndElementInfo
Source§fn clone(&self) -> EndElementInfo
fn clone(&self) -> EndElementInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EndElementInfo
Auto Trait Implementations§
impl Freeze for EndElementInfo
impl RefUnwindSafe for EndElementInfo
impl Send for EndElementInfo
impl Sync for EndElementInfo
impl Unpin for EndElementInfo
impl UnsafeUnpin for EndElementInfo
impl UnwindSafe for EndElementInfo
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