Struct ftml::tree::FloatAlignment
source · Fields§
§align: Alignment§float: boolImplementations§
Trait Implementations§
source§impl Clone for FloatAlignment
impl Clone for FloatAlignment
source§fn clone(&self) -> FloatAlignment
fn clone(&self) -> FloatAlignment
Returns a copy 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 FloatAlignment
impl Debug for FloatAlignment
source§impl<'de> Deserialize<'de> for FloatAlignment
impl<'de> Deserialize<'de> for FloatAlignment
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 PartialEq<FloatAlignment> for FloatAlignment
impl PartialEq<FloatAlignment> for FloatAlignment
source§fn eq(&self, other: &FloatAlignment) -> bool
fn eq(&self, other: &FloatAlignment) -> bool
source§impl Serialize for FloatAlignment
impl Serialize for FloatAlignment
source§impl TryFrom<&str> for FloatAlignment
impl TryFrom<&str> for FloatAlignment
impl Copy for FloatAlignment
impl Eq for FloatAlignment
impl StructuralEq for FloatAlignment
impl StructuralPartialEq for FloatAlignment
Auto Trait Implementations§
impl RefUnwindSafe for FloatAlignment
impl Send for FloatAlignment
impl Sync for FloatAlignment
impl Unpin for FloatAlignment
impl UnwindSafe for FloatAlignment
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
§impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
§fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer