pub struct ListFineTuningJobsRequest {
pub after: Option<String>,
pub limit: Option<i64>,
}
Fields§
§after: Option<String>
§limit: Option<i64>
Implementations§
Trait Implementations§
Source§impl Debug for ListFineTuningJobsRequest
impl Debug for ListFineTuningJobsRequest
Auto Trait Implementations§
impl Freeze for ListFineTuningJobsRequest
impl RefUnwindSafe for ListFineTuningJobsRequest
impl Send for ListFineTuningJobsRequest
impl Sync for ListFineTuningJobsRequest
impl Unpin for ListFineTuningJobsRequest
impl UnwindSafe for ListFineTuningJobsRequest
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