[−][src]Struct feattle_core::FeattleDefinition
A data struct, describing a single feattle.
Fields
key: &'static strThe feattle's name
description: StringIts documentation
format: SerializedFormatThe precise description of its format
value: ValueIts current in-memory value, as JSON
value_overview: StringA short human description of its current in-memory value
default: ValueIts default value, as JSON
modified_at: Option<DateTime<Utc>>The last time it was modified by an user
modified_by: Option<String>The user that last modified it
Trait Implementations
impl Clone for FeattleDefinition[src]
fn clone(&self) -> FeattleDefinition[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for FeattleDefinition[src]
impl Serialize for FeattleDefinition[src]
Auto Trait Implementations
impl RefUnwindSafe for FeattleDefinition
impl Send for FeattleDefinition
impl Sync for FeattleDefinition
impl Unpin for FeattleDefinition
impl UnwindSafe for FeattleDefinition
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,