pub struct FileKeysPayload {
pub file_keys: Vec<String>,
}
Expand description
A payload structure representing a list of keys associated with files.
Fields§
§file_keys: Vec<String>
A vector of strings where each string is a unique key for a file.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileKeysPayload
impl RefUnwindSafe for FileKeysPayload
impl Send for FileKeysPayload
impl Sync for FileKeysPayload
impl Unpin for FileKeysPayload
impl UnwindSafe for FileKeysPayload
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