pub struct InternalField { /* private fields */ }
Expand description
An internal field.
Implementations§
Source§impl InternalField
impl InternalField
Trait Implementations§
impl Send for InternalField
impl Sync for InternalField
Auto Trait Implementations§
impl !Freeze for InternalField
impl !RefUnwindSafe for InternalField
impl Unpin for InternalField
impl UnwindSafe for InternalField
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