Struct peertube::param::Ratings[][src]

pub struct Ratings {
    pub count: Option<usize>,
    pub rating: Option<Rating>,
    pub sort: Option<String>,
    pub start: Option<usize>,
}

Fields

count: Option<usize>rating: Option<Rating>sort: Option<String>start: Option<usize>

Trait Implementations

impl Debug for Ratings[src]

impl Default for Ratings[src]

impl Serialize for Ratings[src]

Auto Trait Implementations

impl RefUnwindSafe for Ratings

impl Send for Ratings

impl Sync for Ratings

impl Unpin for Ratings

impl UnwindSafe for Ratings

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.