pub struct FindUsagesResult {
pub usages: Vec<UsageSummary>,
}Fields§
§usages: Vec<UsageSummary>Trait Implementations§
Source§impl Debug for FindUsagesResult
impl Debug for FindUsagesResult
Auto Trait Implementations§
impl Freeze for FindUsagesResult
impl RefUnwindSafe for FindUsagesResult
impl Send for FindUsagesResult
impl Sync for FindUsagesResult
impl Unpin for FindUsagesResult
impl UnsafeUnpin for FindUsagesResult
impl UnwindSafe for FindUsagesResult
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