pub struct ExternalLinkedFile {
pub file_size: f64,
pub name: String,
pub full_path: String,
pub original_path: String,
pub relative_path: String,
}Expand description
TS LinkedFile.linkedFile (external files).
Fields§
§file_size: f64§name: String§full_path: String§original_path: String§relative_path: StringTrait Implementations§
Source§impl Clone for ExternalLinkedFile
impl Clone for ExternalLinkedFile
Source§fn clone(&self) -> ExternalLinkedFile
fn clone(&self) -> ExternalLinkedFile
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 ExternalLinkedFile
impl Debug for ExternalLinkedFile
Source§impl Default for ExternalLinkedFile
impl Default for ExternalLinkedFile
Source§fn default() -> ExternalLinkedFile
fn default() -> ExternalLinkedFile
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExternalLinkedFile
impl RefUnwindSafe for ExternalLinkedFile
impl Send for ExternalLinkedFile
impl Sync for ExternalLinkedFile
impl Unpin for ExternalLinkedFile
impl UnsafeUnpin for ExternalLinkedFile
impl UnwindSafe for ExternalLinkedFile
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