pub struct TypedAtom {
pub size_bytes: Option<usize>,
pub atom: Atom,
pub span: SourceSpan,
}Fields§
§size_bytes: Option<usize>§atom: Atom§span: SourceSpanTrait Implementations§
Auto Trait Implementations§
impl Freeze for TypedAtom
impl RefUnwindSafe for TypedAtom
impl Send for TypedAtom
impl Sync for TypedAtom
impl Unpin for TypedAtom
impl UnsafeUnpin for TypedAtom
impl UnwindSafe for TypedAtom
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