pub struct LinksBuilder { /* private fields */ }Implementations§
Source§impl LinksBuilder
impl LinksBuilder
pub const fn new() -> Self
pub const fn fee_info( self, link: &'static str, css_selector: &'static str, ) -> Self
Sourcepub const fn fee_info_default(self, link: &'static str) -> Self
pub const fn fee_info_default(self, link: &'static str) -> Self
Fee info that uses the default content locator
pub const fn fee_info_complex( self, link: &'static str, content_locator: ContentLocator, ) -> Self
pub const fn feed_in_revenue_info( self, link: &'static str, css_selector: &'static str, ) -> Self
pub const fn eltariff_api(self, link: &'static str) -> Self
pub const fn build(self) -> Links
Auto Trait Implementations§
impl Freeze for LinksBuilder
impl RefUnwindSafe for LinksBuilder
impl Send for LinksBuilder
impl Sync for LinksBuilder
impl Unpin for LinksBuilder
impl UnwindSafe for LinksBuilder
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