pub struct UrlImportBuilder { /* private fields */ }Implementations§
Source§impl UrlImportBuilder
impl UrlImportBuilder
pub fn new<S: ToString>(client: Client, url: S) -> Self
Sourcepub fn page(self, page: PageIdentifier) -> Self
pub fn page(self, page: PageIdentifier) -> Self
Sets the destination page of the import
Sourcepub fn show_page(self, show: bool) -> Self
pub fn show_page(self, show: bool) -> Self
If the destination page of the import should be focussed
Sourcepub fn add_filter_tag(self, tag: Tag) -> Self
pub fn add_filter_tag(self, tag: Tag) -> Self
Adds a tag that should be filtered
Adds multiple tags that should be filtered
Sourcepub fn add_additional_tag(self, service: ServiceIdentifier, tag: Tag) -> Self
pub fn add_additional_tag(self, service: ServiceIdentifier, tag: Tag) -> Self
Adds an additional tag for the imported file
Adds multiple additional tags for the import
Auto Trait Implementations§
impl Freeze for UrlImportBuilder
impl !RefUnwindSafe for UrlImportBuilder
impl Send for UrlImportBuilder
impl Sync for UrlImportBuilder
impl Unpin for UrlImportBuilder
impl !UnwindSafe for UrlImportBuilder
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