pub struct InfView {
pub inf: Inf,
}Fields§
§inf: InfTrait Implementations§
impl Copy for InfView
impl Eq for InfView
impl StructuralPartialEq for InfView
Auto Trait Implementations§
impl Freeze for InfView
impl RefUnwindSafe for InfView
impl Send for InfView
impl Sync for InfView
impl Unpin for InfView
impl UnwindSafe for InfView
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