pub struct RubricResponse {
pub id: Uuid,
}
Fields§
§id: Uuid
Trait Implementations§
Source§impl Clone for RubricResponse
impl Clone for RubricResponse
Source§fn clone(&self) -> RubricResponse
fn clone(&self) -> RubricResponse
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 RubricResponse
impl Debug for RubricResponse
Source§impl<'de> Deserialize<'de> for RubricResponse
impl<'de> Deserialize<'de> for RubricResponse
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 RubricResponse
impl PartialEq for RubricResponse
Source§impl Serialize for RubricResponse
impl Serialize for RubricResponse
impl StructuralPartialEq for RubricResponse
Auto Trait Implementations§
impl Freeze for RubricResponse
impl RefUnwindSafe for RubricResponse
impl Send for RubricResponse
impl Sync for RubricResponse
impl Unpin for RubricResponse
impl UnwindSafe for RubricResponse
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expressionwhere
Self: Sized + AsExpression<T>,
fn into_sql<T>(self) -> Self::Expressionwhere
Self: Sized + AsExpression<T>,
Convert
self
to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expressionwhere
&'a Self: AsExpression<T>,
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expressionwhere
&'a Self: AsExpression<T>,
Convert
&self
to an expression for Diesel’s query builder. Read more