pub enum STPenAlignment {
Ctr,
In,
}Variants§
Trait Implementations§
Source§impl Clone for STPenAlignment
impl Clone for STPenAlignment
Source§fn clone(&self) -> STPenAlignment
fn clone(&self) -> STPenAlignment
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 STPenAlignment
impl Debug for STPenAlignment
Source§impl<'de> Deserialize<'de> for STPenAlignment
impl<'de> Deserialize<'de> for STPenAlignment
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 STPenAlignment
impl Display for STPenAlignment
Source§impl FromStr for STPenAlignment
impl FromStr for STPenAlignment
Source§impl PartialEq for STPenAlignment
impl PartialEq for STPenAlignment
Source§impl Serialize for STPenAlignment
impl Serialize for STPenAlignment
impl Copy for STPenAlignment
impl Eq for STPenAlignment
impl StructuralPartialEq for STPenAlignment
Auto Trait Implementations§
impl Freeze for STPenAlignment
impl RefUnwindSafe for STPenAlignment
impl Send for STPenAlignment
impl Sync for STPenAlignment
impl Unpin for STPenAlignment
impl UnsafeUnpin for STPenAlignment
impl UnwindSafe for STPenAlignment
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