pub struct FileContentRequest {
pub id: String,
}
Fields§
§id: String
Implementations§
Auto Trait Implementations§
impl Freeze for FileContentRequest
impl RefUnwindSafe for FileContentRequest
impl Send for FileContentRequest
impl Sync for FileContentRequest
impl Unpin for FileContentRequest
impl UnwindSafe for FileContentRequest
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