struct WrappedType {
wrapped_type: Type,
explicit: bool,
}Fields§
§wrapped_type: Type§explicit: boolWas the type given with a #[transparent(Type)] attribute.
Auto Trait Implementations§
impl Freeze for WrappedType
impl RefUnwindSafe for WrappedType
impl !Send for WrappedType
impl !Sync for WrappedType
impl Unpin for WrappedType
impl UnwindSafe for WrappedType
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