pub struct SuggestedFile {
pub path: String,
pub reason: DeficitReason,
pub estimated_tokens: usize,
pub recommended_mode: String,
}Fields§
§path: String§reason: DeficitReason§estimated_tokens: usize§recommended_mode: StringTrait Implementations§
Source§impl Clone for SuggestedFile
impl Clone for SuggestedFile
Source§fn clone(&self) -> SuggestedFile
fn clone(&self) -> SuggestedFile
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SuggestedFile
impl RefUnwindSafe for SuggestedFile
impl Send for SuggestedFile
impl Sync for SuggestedFile
impl Unpin for SuggestedFile
impl UnsafeUnpin for SuggestedFile
impl UnwindSafe for SuggestedFile
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