#[repr(C)]pub struct PioExternalIdentifierView {
pub value: PioStringView,
pub authority: PioStringView,
pub has_authority: bool,
}Expand description
One source neutral external component identifier.
Fields§
§value: PioStringViewTrait Implementations§
Source§impl Clone for PioExternalIdentifierView
impl Clone for PioExternalIdentifierView
Source§fn clone(&self) -> PioExternalIdentifierView
fn clone(&self) -> PioExternalIdentifierView
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 moreimpl Copy for PioExternalIdentifierView
Auto Trait Implementations§
impl !Send for PioExternalIdentifierView
impl !Sync for PioExternalIdentifierView
impl Freeze for PioExternalIdentifierView
impl RefUnwindSafe for PioExternalIdentifierView
impl Unpin for PioExternalIdentifierView
impl UnsafeUnpin for PioExternalIdentifierView
impl UnwindSafe for PioExternalIdentifierView
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