struct FileRow {
file_key: String,
component_id: String,
file_name: String,
}Fields§
§file_key: String§component_id: String§file_name: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for FileRow
impl RefUnwindSafe for FileRow
impl Send for FileRow
impl Sync for FileRow
impl Unpin for FileRow
impl UnwindSafe for FileRow
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