pub struct FileDeleteRequest {
pub file_id: String,
}
Expand description
Represents a request to delete a file.
Fields§
§file_id: String
Identifier for the file to be deleted.
Implementations§
Trait Implementations§
Source§impl Debug for FileDeleteRequest
impl Debug for FileDeleteRequest
Auto Trait Implementations§
impl Freeze for FileDeleteRequest
impl RefUnwindSafe for FileDeleteRequest
impl Send for FileDeleteRequest
impl Sync for FileDeleteRequest
impl Unpin for FileDeleteRequest
impl UnwindSafe for FileDeleteRequest
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