pub struct AtData {
pub qq: AtType,
}Fields§
§qq: AtTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for AtData
impl RefUnwindSafe for AtData
impl Send for AtData
impl Sync for AtData
impl Unpin for AtData
impl UnsafeUnpin for AtData
impl UnwindSafe for AtData
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