pub struct MarkingForm {
pub banner: &'static str,
pub portion: &'static str,
}Expand description
A marking where the banner-line abbreviation differs from the portion mark.
Fields§
Text used in banner marking lines (e.g., “NOFORN”, “ORCON”).
portion: &'static strText used in portion markings (e.g., “NF”, “OC”).
Trait Implementations§
Source§impl Clone for MarkingForm
impl Clone for MarkingForm
Source§fn clone(&self) -> MarkingForm
fn clone(&self) -> MarkingForm
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 MarkingForm
impl Debug for MarkingForm
Source§impl PartialEq for MarkingForm
impl PartialEq for MarkingForm
impl Copy for MarkingForm
impl Eq for MarkingForm
impl StructuralPartialEq for MarkingForm
Auto Trait Implementations§
impl Freeze for MarkingForm
impl RefUnwindSafe for MarkingForm
impl Send for MarkingForm
impl Sync for MarkingForm
impl Unpin for MarkingForm
impl UnsafeUnpin for MarkingForm
impl UnwindSafe for MarkingForm
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