pub struct MainData { /* private fields */ }
Expand description
Overall metadata about this qbit client
Implementations§
Source§impl MainData
Auto-generated by derive_getters::Getters
.
impl MainData
Auto-generated by derive_getters::Getters
.
Sourcepub fn full_update(&self) -> &bool
pub fn full_update(&self) -> &bool
Get field full_update
from instance of MainData
.
Sourcepub fn torrents_removed(&self) -> &Vec<String>
pub fn torrents_removed(&self) -> &Vec<String>
Get field torrents_removed
from instance of MainData
.
Sourcepub fn categories(&self) -> &Category
pub fn categories(&self) -> &Category
Get field categories
from instance of MainData
.
Sourcepub fn categories_removed(&self) -> &Vec<String>
pub fn categories_removed(&self) -> &Vec<String>
Get field categories_removed
from instance of MainData
.
Get field tags
from instance of MainData
.
Get field tags_removed
from instance of MainData
.
Sourcepub fn server_state(&self) -> &ServerState
pub fn server_state(&self) -> &ServerState
Get field server_state
from instance of MainData
.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MainData
impl<'de> Deserialize<'de> for MainData
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
Auto Trait Implementations§
impl Freeze for MainData
impl RefUnwindSafe for MainData
impl Send for MainData
impl Sync for MainData
impl Unpin for MainData
impl UnwindSafe for MainData
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