pub struct EntityMarking {
pub marking_character_set: EntityMarkingCharacterSet,
pub marking_string: String,
}Expand description
6.2.29 Entity Marking record
Fields§
§marking_character_set: EntityMarkingCharacterSet§marking_string: StringImplementations§
Source§impl EntityMarking
impl EntityMarking
Trait Implementations§
Source§impl Clone for EntityMarking
impl Clone for EntityMarking
Source§fn clone(&self) -> EntityMarking
fn clone(&self) -> EntityMarking
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 EntityMarking
impl Debug for EntityMarking
Source§impl Default for EntityMarking
impl Default for EntityMarking
Source§impl FromStr for EntityMarking
impl FromStr for EntityMarking
Source§impl PartialEq for EntityMarking
impl PartialEq for EntityMarking
impl StructuralPartialEq for EntityMarking
Auto Trait Implementations§
impl Freeze for EntityMarking
impl RefUnwindSafe for EntityMarking
impl Send for EntityMarking
impl Sync for EntityMarking
impl Unpin for EntityMarking
impl UnwindSafe for EntityMarking
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