pub struct OpenOutcome {
pub document_id: String,
pub url: String,
}Expand description
The linked document a file points at.
Fields§
§document_id: StringThe linked document id (#+GDOC_ID:).
url: StringThe browser URL — the stored #+GDOC_URL:, or the canonical edit URL
derived from the id.
Trait Implementations§
Source§impl Clone for OpenOutcome
impl Clone for OpenOutcome
Source§fn clone(&self) -> OpenOutcome
fn clone(&self) -> OpenOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for OpenOutcome
impl RefUnwindSafe for OpenOutcome
impl Send for OpenOutcome
impl Sync for OpenOutcome
impl Unpin for OpenOutcome
impl UnsafeUnpin for OpenOutcome
impl UnwindSafe for OpenOutcome
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