pub struct PixivClient {
pub rng: RefCell<ThreadRng>,
pub root: PathBuf,
pub agents: Vec<String>,
pub cookie: String,
pub wait: Range<f32>,
}Fields§
§rng: RefCell<ThreadRng>§root: PathBuf§agents: Vec<String>§wait: Range<f32>Implementations§
Source§impl PixivClient
impl PixivClient
Auto Trait Implementations§
impl !Freeze for PixivClient
impl !RefUnwindSafe for PixivClient
impl !Send for PixivClient
impl !Sync for PixivClient
impl Unpin for PixivClient
impl !UnwindSafe for PixivClient
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