pub struct Fields<'a, T> {
pub entities: &'a Set,
pub values: T,
}Fields§
§entities: &'a Set§values: TTrait Implementations§
source§impl<'a, T> GetRefOrMut<'a> for Fields<'a, &'a [T]>
impl<'a, T> GetRefOrMut<'a> for Fields<'a, &'a [T]>
Auto Trait Implementations§
impl<'a, T> RefUnwindSafe for Fields<'a, T>where T: RefUnwindSafe,
impl<'a, T> Send for Fields<'a, T>where T: Send,
impl<'a, T> Sync for Fields<'a, T>where T: Sync,
impl<'a, T> Unpin for Fields<'a, T>where T: Unpin,
impl<'a, T> UnwindSafe for Fields<'a, T>where T: UnwindSafe,
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