pub struct adState;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for adState
impl RefUnwindSafe for adState
impl Send for adState
impl Sync for adState
impl Unpin for adState
impl UnwindSafe for adState
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