pub struct DocUrl(/* private fields */);
Expand description
Type-safe URL “container” for LibreOffice documents
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DocUrl
impl RefUnwindSafe for DocUrl
impl Send for DocUrl
impl Sync for DocUrl
impl Unpin for DocUrl
impl UnwindSafe for DocUrl
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