pub struct AnikotoClientBuilder { /* private fields */ }Implementations§
Source§impl AnikotoClientBuilder
impl AnikotoClientBuilder
pub fn anikoto_api(self, value: impl Into<String>) -> Self
pub fn anilist_api(self, value: impl Into<String>) -> Self
pub fn megaplay_base(self, value: impl Into<String>) -> Self
pub fn timeout(self, value: Duration) -> Self
pub fn build(self) -> Result<AnikotoClient>
Trait Implementations§
Source§impl Clone for AnikotoClientBuilder
impl Clone for AnikotoClientBuilder
Source§fn clone(&self) -> AnikotoClientBuilder
fn clone(&self) -> AnikotoClientBuilder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AnikotoClientBuilder
impl Debug for AnikotoClientBuilder
Auto Trait Implementations§
impl Freeze for AnikotoClientBuilder
impl RefUnwindSafe for AnikotoClientBuilder
impl Send for AnikotoClientBuilder
impl Sync for AnikotoClientBuilder
impl Unpin for AnikotoClientBuilder
impl UnsafeUnpin for AnikotoClientBuilder
impl UnwindSafe for AnikotoClientBuilder
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