pub enum StSourceType {
Worksheet,
External,
Consolidation,
Scenario,
}Expand description
18.18.75
Variants§
Trait Implementations§
Source§impl Debug for StSourceType
impl Debug for StSourceType
Source§impl PartialEq for StSourceType
impl PartialEq for StSourceType
Source§impl XmlValue for StSourceType
impl XmlValue for StSourceType
impl Eq for StSourceType
impl StructuralPartialEq for StSourceType
Auto Trait Implementations§
impl Freeze for StSourceType
impl RefUnwindSafe for StSourceType
impl Send for StSourceType
impl Sync for StSourceType
impl Unpin for StSourceType
impl UnwindSafe for StSourceType
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