Struct otr_utils::cutting::CutlistCtrl
source · pub struct CutlistCtrl<'a> {
pub submit: bool,
pub rating: Rating,
pub min_rating: Option<Rating>,
pub access_token: Option<&'a str>,
pub access_type: AccessType<'a>,
}Expand description
Fields that control processing of cut lists. Structure is made for the API of this crate
Fields§
§submit: bool§rating: Rating§min_rating: Option<Rating>§access_token: Option<&'a str>§access_type: AccessType<'a>Auto Trait Implementations§
impl<'a> Freeze for Ctrl<'a>
impl<'a> RefUnwindSafe for Ctrl<'a>
impl<'a> Send for Ctrl<'a>
impl<'a> Sync for Ctrl<'a>
impl<'a> Unpin for Ctrl<'a>
impl<'a> UnwindSafe for Ctrl<'a>
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