pub struct Properties { /* private fields */ }Implementations§
Source§impl Properties
impl Properties
pub fn get_creator(&self) -> &str
pub fn set_creator<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_last_modified_by(&self) -> &str
pub fn set_last_modified_by<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_created(&self) -> &str
pub fn set_created<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_modified(&self) -> &str
pub fn set_modified<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_title(&self) -> &str
pub fn set_title<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_description(&self) -> &str
pub fn set_description<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_subject(&self) -> &str
pub fn set_subject<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_keywords(&self) -> &str
pub fn set_keywords<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_revision(&self) -> &str
pub fn set_revision<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_category(&self) -> &str
pub fn set_category<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_version(&self) -> &str
pub fn set_version<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_manager(&self) -> &str
pub fn set_manager<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_company(&self) -> &str
pub fn set_company<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_custom_properties(&self) -> &CustomProperties
pub fn get_custom_properties_mut(&mut self) -> &mut CustomProperties
pub fn set_custom_properties(&mut self, value: CustomProperties) -> &mut Self
Trait Implementations§
Source§impl Clone for Properties
impl Clone for Properties
Source§fn clone(&self) -> Properties
fn clone(&self) -> Properties
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 Properties
impl Debug for Properties
Auto Trait Implementations§
impl Freeze for Properties
impl RefUnwindSafe for Properties
impl Send for Properties
impl Sync for Properties
impl Unpin for Properties
impl UnwindSafe for Properties
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