pub struct AllType {
pub span: Span,
}
Fields§
§span: Span
Trait Implementations§
source§impl PartialEq for AllType
impl PartialEq for AllType
impl Eq for AllType
impl StructuralPartialEq for AllType
Auto Trait Implementations§
impl Freeze for AllType
impl RefUnwindSafe for AllType
impl Send for AllType
impl Sync for AllType
impl Unpin for AllType
impl UnwindSafe for AllType
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