Struct edit_xlsx::Properties
source · pub struct Properties<'a> { /* private fields */ }Implementations§
source§impl<'a> Properties<'a>
impl<'a> Properties<'a>
pub fn set_title(&mut self, title: &'a str) -> &mut Self
pub fn set_subject(&mut self, subject: &'a str) -> &mut Self
pub fn set_manager(&mut self, manager: &'a str) -> &mut Self
pub fn set_company(&mut self, company: &'a str) -> &mut Self
pub fn set_category(&mut self, category: &'a str) -> &mut Self
pub fn set_keywords(&mut self, keywords: &'a str) -> &mut Self
pub fn set_comments(&mut self, comments: &'a str) -> &mut Self
pub fn set_status(&mut self, status: &'a str) -> &mut Self
Trait Implementations§
source§impl<'a> Default for Properties<'a>
impl<'a> Default for Properties<'a>
source§fn default() -> Properties<'a>
fn default() -> Properties<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for Properties<'a>
impl<'a> RefUnwindSafe for Properties<'a>
impl<'a> Send for Properties<'a>
impl<'a> Sync for Properties<'a>
impl<'a> Unpin for Properties<'a>
impl<'a> UnwindSafe for Properties<'a>
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