pub struct StructDescriptor {
pub name: &'static str,
pub root_xpath: &'static str,
pub fields: &'static [FieldDescriptor],
}Fields§
§name: &'static str§root_xpath: &'static str§fields: &'static [FieldDescriptor]Trait Implementations§
Source§impl Clone for StructDescriptor
impl Clone for StructDescriptor
Source§fn clone(&self) -> StructDescriptor
fn clone(&self) -> StructDescriptor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StructDescriptor
impl Debug for StructDescriptor
impl Copy for StructDescriptor
Auto Trait Implementations§
impl Freeze for StructDescriptor
impl RefUnwindSafe for StructDescriptor
impl Send for StructDescriptor
impl Sync for StructDescriptor
impl Unpin for StructDescriptor
impl UnsafeUnpin for StructDescriptor
impl UnwindSafe for StructDescriptor
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