pub struct Internals {
pub mapping: Mapping,
}Fields§
§mapping: MappingTrait Implementations§
impl StructuralPartialEq for Internals
Auto Trait Implementations§
impl Freeze for Internals
impl RefUnwindSafe for Internals
impl Send for Internals
impl Sync for Internals
impl Unpin for Internals
impl UnwindSafe for Internals
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