pub enum StCellComments {
None,
AsDisplayed,
AtEnd,
}Variants§
Trait Implementations§
Source§impl Debug for StCellComments
impl Debug for StCellComments
Source§impl PartialEq for StCellComments
impl PartialEq for StCellComments
Source§impl XmlValue for StCellComments
impl XmlValue for StCellComments
impl Eq for StCellComments
impl StructuralPartialEq for StCellComments
Auto Trait Implementations§
impl Freeze for StCellComments
impl RefUnwindSafe for StCellComments
impl Send for StCellComments
impl Sync for StCellComments
impl Unpin for StCellComments
impl UnwindSafe for StCellComments
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