Struct dis_rs::EntityMarking
source · pub struct EntityMarking {
pub marking_character_set: EntityMarkingCharacterSet,
pub marking_string: String,
}
Fields§
§marking_character_set: EntityMarkingCharacterSet
§marking_string: String
Implementations§
source§impl EntityMarking
impl EntityMarking
pub fn new(marking: String, character_set: EntityMarkingCharacterSet) -> Self
pub fn with_marking(self, marking: String) -> Self
Trait Implementations§
source§impl Default for EntityMarking
impl Default for EntityMarking
Auto Trait Implementations§
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