pub struct SafariReader;Expand description
A bookmark reader to read bookmarks in plist format from Safari.
Implementations§
Trait Implementations§
Source§impl Debug for SafariReader
impl Debug for SafariReader
Source§impl ReadBookmark<'_> for SafariReader
impl ReadBookmark<'_> for SafariReader
type ParsedValue = Value
fn name(&self) -> SourceType
fn extension(&self) -> Option<&str>
Source§fn select_source(
&self,
_source_path: &Path,
_parsed_bookmarks: &Value,
) -> Result<Option<SourceType>, Error>
fn select_source( &self, _source_path: &Path, _parsed_bookmarks: &Value, ) -> Result<Option<SourceType>, Error>
Identify and select the source. Read more
fn import( &self, source: &Source, parsed_bookmarks: Value, source_bookmarks: &mut SourceBookmarks, ) -> Result<(), Error>
Auto Trait Implementations§
impl Freeze for SafariReader
impl RefUnwindSafe for SafariReader
impl Send for SafariReader
impl Sync for SafariReader
impl Unpin for SafariReader
impl UnwindSafe for SafariReader
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