Struct docx_rust::styles::PersonalReply
source · pub struct PersonalReply {
pub value: Option<bool>,
}
Fields§
§value: Option<bool>
Trait Implementations§
source§impl Clone for PersonalReply
impl Clone for PersonalReply
source§fn clone(&self) -> PersonalReply
fn clone(&self) -> PersonalReply
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 more