Struct alfresco_sdk::models::structs::Rating
source · pub struct Rating {
pub id: String,
pub aggregate: RatingAggregate,
pub rated_at: Option<String>,
pub my_rating: Option<RatingValueEnum>,
}
Fields§
§id: String
§aggregate: RatingAggregate
§rated_at: Option<String>
§my_rating: Option<RatingValueEnum>
Trait Implementations§
source§impl<'de> Deserialize<'de> for Rating
impl<'de> Deserialize<'de> for Rating
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
Auto Trait Implementations§
impl RefUnwindSafe for Rating
impl Send for Rating
impl Sync for Rating
impl Unpin for Rating
impl UnwindSafe for Rating
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