pub struct TldrPageLocation {
pub platform: String,
pub language: String,
pub source_path: String,
}Expand description
Source identity attached to a parsed tldr page.
Fields§
§platform: String§language: String§source_path: StringTrait Implementations§
Source§impl Clone for TldrPageLocation
impl Clone for TldrPageLocation
Source§fn clone(&self) -> TldrPageLocation
fn clone(&self) -> TldrPageLocation
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 moreSource§impl Debug for TldrPageLocation
impl Debug for TldrPageLocation
impl Eq for TldrPageLocation
Source§impl PartialEq for TldrPageLocation
impl PartialEq for TldrPageLocation
impl StructuralPartialEq for TldrPageLocation
Auto Trait Implementations§
impl Freeze for TldrPageLocation
impl RefUnwindSafe for TldrPageLocation
impl Send for TldrPageLocation
impl Sync for TldrPageLocation
impl Unpin for TldrPageLocation
impl UnsafeUnpin for TldrPageLocation
impl UnwindSafe for TldrPageLocation
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