pub enum STPlaceholderType {
Show 16 variants
Title,
Body,
CtrTitle,
SubTitle,
Dt,
SldNum,
Ftr,
Hdr,
Obj,
Chart,
Tbl,
ClipArt,
Dgm,
Media,
SldImg,
Pic,
}Variants§
Trait Implementations§
Source§impl Clone for STPlaceholderType
impl Clone for STPlaceholderType
Source§fn clone(&self) -> STPlaceholderType
fn clone(&self) -> STPlaceholderType
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 STPlaceholderType
impl Debug for STPlaceholderType
Source§impl<'de> Deserialize<'de> for STPlaceholderType
impl<'de> Deserialize<'de> for STPlaceholderType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for STPlaceholderType
impl Display for STPlaceholderType
Source§impl FromStr for STPlaceholderType
impl FromStr for STPlaceholderType
Source§impl PartialEq for STPlaceholderType
impl PartialEq for STPlaceholderType
Source§impl Serialize for STPlaceholderType
impl Serialize for STPlaceholderType
impl Copy for STPlaceholderType
impl Eq for STPlaceholderType
impl StructuralPartialEq for STPlaceholderType
Auto Trait Implementations§
impl Freeze for STPlaceholderType
impl RefUnwindSafe for STPlaceholderType
impl Send for STPlaceholderType
impl Sync for STPlaceholderType
impl Unpin for STPlaceholderType
impl UnsafeUnpin for STPlaceholderType
impl UnwindSafe for STPlaceholderType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.