pub struct ExportedFile {
pub skill: String,
pub path: String,
}Fields§
§skill: String§path: StringTrait Implementations§
Source§impl Clone for ExportedFile
impl Clone for ExportedFile
Source§fn clone(&self) -> ExportedFile
fn clone(&self) -> ExportedFile
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 ExportedFile
impl Debug for ExportedFile
impl Eq for ExportedFile
Source§impl PartialEq for ExportedFile
impl PartialEq for ExportedFile
Source§fn eq(&self, other: &ExportedFile) -> bool
fn eq(&self, other: &ExportedFile) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ExportedFile
impl Serialize for ExportedFile
impl StructuralPartialEq for ExportedFile
Auto Trait Implementations§
impl Freeze for ExportedFile
impl RefUnwindSafe for ExportedFile
impl Send for ExportedFile
impl Sync for ExportedFile
impl Unpin for ExportedFile
impl UnsafeUnpin for ExportedFile
impl UnwindSafe for ExportedFile
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.