pub struct CollectionUpdateResource {
pub collection_ids: Option<Option<Vec<i32>>>,
pub monitored: Option<Option<bool>>,
pub monitor_movies: Option<Option<bool>>,
pub quality_profile_id: Option<Option<i32>>,
pub root_folder_path: Option<Option<String>>,
pub minimum_availability: Option<MovieStatusType>,
}
Fields§
§collection_ids: Option<Option<Vec<i32>>>
§monitored: Option<Option<bool>>
§monitor_movies: Option<Option<bool>>
§quality_profile_id: Option<Option<i32>>
§root_folder_path: Option<Option<String>>
§minimum_availability: Option<MovieStatusType>
Implementations§
Source§impl CollectionUpdateResource
impl CollectionUpdateResource
pub fn new() -> CollectionUpdateResource
Trait Implementations§
Source§impl Clone for CollectionUpdateResource
impl Clone for CollectionUpdateResource
Source§fn clone(&self) -> CollectionUpdateResource
fn clone(&self) -> CollectionUpdateResource
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 CollectionUpdateResource
impl Debug for CollectionUpdateResource
Source§impl<'de> Deserialize<'de> for CollectionUpdateResource
impl<'de> Deserialize<'de> for CollectionUpdateResource
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 CollectionUpdateResource
impl PartialEq for CollectionUpdateResource
Source§impl Serialize for CollectionUpdateResource
impl Serialize for CollectionUpdateResource
impl StructuralPartialEq for CollectionUpdateResource
Auto Trait Implementations§
impl Freeze for CollectionUpdateResource
impl RefUnwindSafe for CollectionUpdateResource
impl Send for CollectionUpdateResource
impl Sync for CollectionUpdateResource
impl Unpin for CollectionUpdateResource
impl UnwindSafe for CollectionUpdateResource
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