pub struct IdentityrefSpecification { /* private fields */ }Expand description
“identityref-specification”.
Implementations§
Trait Implementations§
Source§impl Clone for IdentityrefSpecification
impl Clone for IdentityrefSpecification
Source§fn clone(&self) -> IdentityrefSpecification
fn clone(&self) -> IdentityrefSpecification
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 IdentityrefSpecification
impl Debug for IdentityrefSpecification
Source§impl PartialEq for IdentityrefSpecification
impl PartialEq for IdentityrefSpecification
impl StructuralPartialEq for IdentityrefSpecification
Auto Trait Implementations§
impl Freeze for IdentityrefSpecification
impl RefUnwindSafe for IdentityrefSpecification
impl Send for IdentityrefSpecification
impl Sync for IdentityrefSpecification
impl Unpin for IdentityrefSpecification
impl UnwindSafe for IdentityrefSpecification
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