pub struct ExternalValueReference {
pub module_reference: String,
pub value_reference: String,
}
Expand description
Represents a global module reference as specified in Rec. ITU-T X.680 (02/2021)
Fields§
§module_reference: String
§value_reference: String
Trait Implementations§
source§impl Clone for ExternalValueReference
impl Clone for ExternalValueReference
source§fn clone(&self) -> ExternalValueReference
fn clone(&self) -> ExternalValueReference
Returns a copy 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 ExternalValueReference
impl Debug for ExternalValueReference
source§impl PartialEq for ExternalValueReference
impl PartialEq for ExternalValueReference
impl StructuralPartialEq for ExternalValueReference
Auto Trait Implementations§
impl Freeze for ExternalValueReference
impl RefUnwindSafe for ExternalValueReference
impl Send for ExternalValueReference
impl Sync for ExternalValueReference
impl Unpin for ExternalValueReference
impl UnwindSafe for ExternalValueReference
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)