pub struct SheetViews { /* private fields */ }Implementations§
Source§impl SheetViews
impl SheetViews
pub fn get_sheet_view_list(&self) -> &[SheetView]
pub fn get_sheet_view_list_mut(&mut self) -> &mut ThinVec<SheetView>
pub fn add_sheet_view_list_mut(&mut self, value: SheetView) -> &mut Self
Trait Implementations§
Source§impl Clone for SheetViews
impl Clone for SheetViews
Source§fn clone(&self) -> SheetViews
fn clone(&self) -> SheetViews
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 SheetViews
impl Debug for SheetViews
Source§impl Default for SheetViews
impl Default for SheetViews
Source§fn default() -> SheetViews
fn default() -> SheetViews
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SheetViews
impl RefUnwindSafe for SheetViews
impl Send for SheetViews
impl Sync for SheetViews
impl Unpin for SheetViews
impl UnwindSafe for SheetViews
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