pub struct EagleApi { /* private fields */ }
Implementations§
Source§impl EagleApi
impl EagleApi
pub async fn folder_update( &self, request: FolderUpdateRequest, ) -> Result<FolderId>
Source§impl EagleApi
impl EagleApi
pub async fn item_add_bookmark(&self)
Source§impl EagleApi
impl EagleApi
pub async fn item_add_from_path( &self, request: AddFromPathRequest, ) -> Result<()>
Source§impl EagleApi
impl EagleApi
pub async fn item_add_from_paths( &self, request: AddFromPathsRequest, ) -> Result<()>
Source§impl EagleApi
impl EagleApi
pub async fn item_add_from_url(&self, request: AddFromUrlRequest) -> Result<()>
Source§impl EagleApi
impl EagleApi
pub async fn item_add_from_urls( &self, request: AddFromUrlsRequest, ) -> Result<()>
Source§impl EagleApi
impl EagleApi
pub async fn item_update(&self, request: ItemUpdateRequest) -> Result<Item>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EagleApi
impl !RefUnwindSafe for EagleApi
impl Send for EagleApi
impl Sync for EagleApi
impl Unpin for EagleApi
impl !UnwindSafe for EagleApi
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