pub struct IsFestivized;
Expand description
Represents the “is_festivized” attribute.
Trait Implementations§
Source§impl Attribute for IsFestivized
impl Attribute for IsFestivized
Source§const USES_FLOAT_VALUE: bool = true
const USES_FLOAT_VALUE: bool = true
Not part of the schema. Read more
Source§const ATTRIBUTE: AttributeDef
const ATTRIBUTE: AttributeDef
The attribute definition.
Source§fn attribute_float_value(&self) -> Option<f32>
fn attribute_float_value(&self) -> Option<f32>
Gets the attribute float value.
Source§fn attribute_value(&self) -> AttributeValue
fn attribute_value(&self) -> AttributeValue
Gets the attribute value.
Source§impl Clone for IsFestivized
impl Clone for IsFestivized
Source§fn clone(&self) -> IsFestivized
fn clone(&self) -> IsFestivized
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 IsFestivized
impl Debug for IsFestivized
Source§impl Default for IsFestivized
impl Default for IsFestivized
Source§fn default() -> IsFestivized
fn default() -> IsFestivized
Returns the “default value” for a type. Read more
Source§impl Hash for IsFestivized
impl Hash for IsFestivized
Source§impl PartialEq for IsFestivized
impl PartialEq for IsFestivized
impl Copy for IsFestivized
impl Eq for IsFestivized
impl StructuralPartialEq for IsFestivized
Auto Trait Implementations§
impl Freeze for IsFestivized
impl RefUnwindSafe for IsFestivized
impl Send for IsFestivized
impl Sync for IsFestivized
impl Unpin for IsFestivized
impl UnwindSafe for IsFestivized
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