pub struct UserSettingsReport {
pub filter_adult_content: bool,
pub series_limit: String,
}Fields§
§filter_adult_content: bool§series_limit: StringTrait Implementations§
Source§impl Clone for UserSettingsReport
impl Clone for UserSettingsReport
Source§fn clone(&self) -> UserSettingsReport
fn clone(&self) -> UserSettingsReport
Returns a duplicate 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 UserSettingsReport
impl Debug for UserSettingsReport
Auto Trait Implementations§
impl Freeze for UserSettingsReport
impl RefUnwindSafe for UserSettingsReport
impl Send for UserSettingsReport
impl Sync for UserSettingsReport
impl Unpin for UserSettingsReport
impl UnwindSafe for UserSettingsReport
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