pub enum AlignStyle {
Node,
World,
UserDefined,
}
Variants§
Trait Implementations§
Source§impl Clone for AlignStyle
impl Clone for AlignStyle
Source§fn clone(&self) -> AlignStyle
fn clone(&self) -> AlignStyle
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AlignStyle
impl Debug for AlignStyle
Source§impl Deserialize for AlignStyle
impl Deserialize for AlignStyle
Source§type Output = AlignStyle
type Output = AlignStyle
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl PartialEq for AlignStyle
impl PartialEq for AlignStyle
Source§impl Serialize for AlignStyle
impl Serialize for AlignStyle
type Input = AlignStyle
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for AlignStyle
Auto Trait Implementations§
impl Freeze for AlignStyle
impl RefUnwindSafe for AlignStyle
impl Send for AlignStyle
impl Sync for AlignStyle
impl Unpin for AlignStyle
impl UnwindSafe for AlignStyle
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