pub struct IdentifierRef { /* private fields */ }Expand description
“identity-ref”.
Implementations§
Source§impl IdentifierRef
impl IdentifierRef
pub fn prefix(&self) -> &Option<Prefix>
pub fn identifier(&self) -> &Identifier
Trait Implementations§
Source§impl Clone for IdentifierRef
impl Clone for IdentifierRef
Source§fn clone(&self) -> IdentifierRef
fn clone(&self) -> IdentifierRef
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 IdentifierRef
impl Debug for IdentifierRef
Source§impl FromStr for IdentifierRef
impl FromStr for IdentifierRef
Source§impl PartialEq for IdentifierRef
impl PartialEq for IdentifierRef
Source§impl StmtArg for IdentifierRef
impl StmtArg for IdentifierRef
Source§impl ToString for IdentifierRef
impl ToString for IdentifierRef
impl StructuralPartialEq for IdentifierRef
Auto Trait Implementations§
impl Freeze for IdentifierRef
impl RefUnwindSafe for IdentifierRef
impl Send for IdentifierRef
impl Sync for IdentifierRef
impl Unpin for IdentifierRef
impl UnwindSafe for IdentifierRef
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