pub struct GlobalModuleReference {
pub module_reference: String,
pub assigned_identifier: AssignedIdentifier,
}
Expand description
Represents a global module reference as specified in Rec. ITU-T X.680 (02/2021)
Fields§
§module_reference: String
§assigned_identifier: AssignedIdentifier
Trait Implementations§
Source§impl Clone for GlobalModuleReference
impl Clone for GlobalModuleReference
Source§fn clone(&self) -> GlobalModuleReference
fn clone(&self) -> GlobalModuleReference
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 GlobalModuleReference
impl Debug for GlobalModuleReference
Source§impl From<(&str, AssignedIdentifier)> for GlobalModuleReference
impl From<(&str, AssignedIdentifier)> for GlobalModuleReference
Source§fn from(value: (&str, AssignedIdentifier)) -> Self
fn from(value: (&str, AssignedIdentifier)) -> Self
Converts to this type from the input type.
Source§impl PartialEq for GlobalModuleReference
impl PartialEq for GlobalModuleReference
impl StructuralPartialEq for GlobalModuleReference
Auto Trait Implementations§
impl Freeze for GlobalModuleReference
impl RefUnwindSafe for GlobalModuleReference
impl Send for GlobalModuleReference
impl Sync for GlobalModuleReference
impl Unpin for GlobalModuleReference
impl UnwindSafe for GlobalModuleReference
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
)