pub struct Iref {
pub references: Vec<Reference>,
}
Fields§
§references: Vec<Reference>
Trait Implementations§
impl Eq for Iref
impl StructuralPartialEq for Iref
Auto Trait Implementations§
impl Freeze for Iref
impl RefUnwindSafe for Iref
impl Send for Iref
impl Sync for Iref
impl Unpin for Iref
impl UnwindSafe for Iref
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