pub struct IncludeEntry {
pub file: String,
}Expand description
<include file="..."/> — XML-Composition.
Fields§
§file: StringDatei-Pfad relativ zur einschliessenden XML.
Trait Implementations§
Source§impl Clone for IncludeEntry
impl Clone for IncludeEntry
Source§fn clone(&self) -> IncludeEntry
fn clone(&self) -> IncludeEntry
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 moreSource§impl Debug for IncludeEntry
impl Debug for IncludeEntry
Source§impl Default for IncludeEntry
impl Default for IncludeEntry
Source§fn default() -> IncludeEntry
fn default() -> IncludeEntry
Returns the “default value” for a type. Read more
Source§impl PartialEq for IncludeEntry
impl PartialEq for IncludeEntry
Source§fn eq(&self, other: &IncludeEntry) -> bool
fn eq(&self, other: &IncludeEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for IncludeEntry
impl StructuralPartialEq for IncludeEntry
Auto Trait Implementations§
impl Freeze for IncludeEntry
impl RefUnwindSafe for IncludeEntry
impl Send for IncludeEntry
impl Sync for IncludeEntry
impl Unpin for IncludeEntry
impl UnsafeUnpin for IncludeEntry
impl UnwindSafe for IncludeEntry
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