pub struct LibraryFile {
pub basename: String,
pub extension: String,
pub folder: LrId,
pub sidecar_extensions: String,
/* private fields */
}Expand description
Define a backing file in the Catalog. Images are
connected to one.
Fields§
§basename: StringBasename (no extension) of the file
extension: StringExtension of the file
folder: LrIdFolder id containing file
sidecar_extensions: StringExtensions of the sidecar(s), comma separated.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LibraryFile
impl RefUnwindSafe for LibraryFile
impl Send for LibraryFile
impl Sync for LibraryFile
impl Unpin for LibraryFile
impl UnwindSafe for LibraryFile
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