Struct simple_pdf_generator::Property
source · pub struct Property {
pub val: String,
pub is_none: bool,
pub is_tabledata: bool,
}Fields§
§val: String§is_none: bool§is_tabledata: boolTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Property
impl Send for Property
impl Sync for Property
impl Unpin for Property
impl UnwindSafe for Property
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