pub struct URNExtensionDeclaration {
pub anchor: u32,
pub urn: String,
}Fields§
§anchor: u32§urn: StringTrait Implementations§
Source§impl Clone for URNExtensionDeclaration
impl Clone for URNExtensionDeclaration
Source§fn clone(&self) -> URNExtensionDeclaration
fn clone(&self) -> URNExtensionDeclaration
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 URNExtensionDeclaration
impl Debug for URNExtensionDeclaration
Source§impl FromStr for URNExtensionDeclaration
impl FromStr for URNExtensionDeclaration
Source§impl ParsePair for URNExtensionDeclaration
impl ParsePair for URNExtensionDeclaration
Source§impl PartialEq for URNExtensionDeclaration
impl PartialEq for URNExtensionDeclaration
impl StructuralPartialEq for URNExtensionDeclaration
Auto Trait Implementations§
impl Freeze for URNExtensionDeclaration
impl RefUnwindSafe for URNExtensionDeclaration
impl Send for URNExtensionDeclaration
impl Sync for URNExtensionDeclaration
impl Unpin for URNExtensionDeclaration
impl UnwindSafe for URNExtensionDeclaration
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