pub struct TypeInfoResult {
pub namespace: String,
pub name: String,
}Expand description
Type information result for FHIRPath type() function
Fields§
§namespace: String§name: StringImplementations§
Trait Implementations§
Source§impl Clone for TypeInfoResult
impl Clone for TypeInfoResult
Source§fn clone(&self) -> TypeInfoResult
fn clone(&self) -> TypeInfoResult
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 TypeInfoResult
impl Debug for TypeInfoResult
Source§impl PartialEq for TypeInfoResult
impl PartialEq for TypeInfoResult
impl Eq for TypeInfoResult
impl StructuralPartialEq for TypeInfoResult
Auto Trait Implementations§
impl Freeze for TypeInfoResult
impl RefUnwindSafe for TypeInfoResult
impl Send for TypeInfoResult
impl Sync for TypeInfoResult
impl Unpin for TypeInfoResult
impl UnwindSafe for TypeInfoResult
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