pub struct TemplateFramework {
pub created_at: DateTime,
pub id: Id,
pub name: String,
pub slug: String,
pub updated_at: DateTime,
}Fields§
§created_at: DateTime§id: Id§name: String§slug: String§updated_at: DateTimeTrait Implementations§
Source§impl Debug for TemplateFramework
impl Debug for TemplateFramework
Source§impl<'de> Deserialize<'de> for TemplateFramework
impl<'de> Deserialize<'de> for TemplateFramework
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 for TemplateFramework
impl PartialEq for TemplateFramework
Source§impl QueryFragment for TemplateFramework
impl QueryFragment for TemplateFramework
Source§type SchemaType = TemplateFramework
type SchemaType = TemplateFramework
The type in a schema that this
QueryFragment representsSource§type VariablesFields = ()
type VariablesFields = ()
The variables that are required to execute this
QueryFragmentSource§fn query(builder: SelectionBuilder<'_, Self::SchemaType, Self::VariablesFields>)
fn query(builder: SelectionBuilder<'_, Self::SchemaType, Self::VariablesFields>)
Adds this fragment to the query being built by
builderSource§impl Serialize for TemplateFramework
impl Serialize for TemplateFramework
impl Eq for TemplateFramework
impl StructuralPartialEq for TemplateFramework
Auto Trait Implementations§
impl Freeze for TemplateFramework
impl RefUnwindSafe for TemplateFramework
impl Send for TemplateFramework
impl Sync for TemplateFramework
impl Unpin for TemplateFramework
impl UnwindSafe for TemplateFramework
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.