pub struct AtView {
pub at: At,
}Fields§
§at: AtTrait Implementations§
impl Copy for AtView
impl Eq for AtView
impl StructuralPartialEq for AtView
Auto Trait Implementations§
impl Freeze for AtView
impl RefUnwindSafe for AtView
impl Send for AtView
impl Sync for AtView
impl Unpin for AtView
impl UnwindSafe for AtView
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