pub struct FQIdentifier {
pub anchor: FQIdentifierAnchor,
/* private fields */
}Expand description
Fully qualified identifier.
Fields§
§anchor: FQIdentifierAnchorTrait Implementations§
Source§impl Clone for FQIdentifier
impl Clone for FQIdentifier
Source§fn clone(&self) -> FQIdentifier
fn clone(&self) -> FQIdentifier
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 FQIdentifier
impl Debug for FQIdentifier
Source§impl Display for FQIdentifier
impl Display for FQIdentifier
Source§impl Hash for FQIdentifier
impl Hash for FQIdentifier
Source§impl PartialEq for FQIdentifier
impl PartialEq for FQIdentifier
impl Eq for FQIdentifier
Auto Trait Implementations§
impl Freeze for FQIdentifier
impl RefUnwindSafe for FQIdentifier
impl !Send for FQIdentifier
impl !Sync for FQIdentifier
impl Unpin for FQIdentifier
impl UnwindSafe for FQIdentifier
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