pub struct Rights {
pub allow_review: i64,
pub is_selection: i64,
pub selection_style: i64,
pub is_rcmd: i64,
pub demand_end_time: Value,
pub allow_preview: Option<i64>,
pub allow_bp_rank: Option<i64>,
}Fields§
§allow_review: i64§is_selection: i64§selection_style: i64§is_rcmd: i64§demand_end_time: Value§allow_preview: Option<i64>§allow_bp_rank: Option<i64>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Rights
impl<'de> Deserialize<'de> for Rights
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
impl StructuralPartialEq for Rights
Auto Trait Implementations§
impl Freeze for Rights
impl RefUnwindSafe for Rights
impl Send for Rights
impl Sync for Rights
impl Unpin for Rights
impl UnsafeUnpin for Rights
impl UnwindSafe for Rights
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