[−][src]Struct spreadsheet_ods::style::TableColAttr
Styles for table columns.
Trait Implementations
impl AttrFoBreak for TableColAttr[src]
fn set_break_before(&mut self, pagebreak: PageBreak)[src]
fn set_break_after(&mut self, pagebreak: PageBreak)[src]
impl AttrMap for TableColAttr[src]
fn attr_map(&self) -> &AttrMapType[src]
fn attr_map_mut(&mut self) -> &mut AttrMapType[src]
fn has_attr(&self) -> bool[src]
fn add_all(&mut self, data: Vec<(&str, String)>)[src]
fn set_attr(&mut self, name: &str, value: String)[src]
fn clear_attr(&mut self, name: &str) -> Option<String>[src]
fn attr(&self, name: &str) -> Option<&String>[src]
impl AttrTableCol for TableColAttr[src]
fn set_rel_col_width(&mut self, rel: f64)[src]
fn set_col_width(&mut self, width: Length)[src]
fn set_use_optimal_col_width(&mut self, opt: bool)[src]
impl Clone for TableColAttr[src]
fn clone(&self) -> TableColAttr[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for TableColAttr[src]
impl Default for TableColAttr[src]
fn default() -> TableColAttr[src]
impl<'a> IntoIterator for &'a TableColAttr[src]
type Item = (&'a DefaultAtom, &'a String)
The type of the elements being iterated over.
type IntoIter = AttrMapIter<'a>
Which kind of iterator are we turning this into?
fn into_iter(self) -> Self::IntoIter[src]
Auto Trait Implementations
impl RefUnwindSafe for TableColAttr
impl Send for TableColAttr
impl Sync for TableColAttr
impl Unpin for TableColAttr
impl UnwindSafe for TableColAttr
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,