pub struct AgUiAdapter { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for AgUiAdapter
impl Clone for AgUiAdapter
Source§fn clone(&self) -> AgUiAdapter
fn clone(&self) -> AgUiAdapter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AgUiAdapter
impl Debug for AgUiAdapter
Auto Trait Implementations§
impl Freeze for AgUiAdapter
impl RefUnwindSafe for AgUiAdapter
impl Send for AgUiAdapter
impl Sync for AgUiAdapter
impl Unpin for AgUiAdapter
impl UnsafeUnpin for AgUiAdapter
impl UnwindSafe for AgUiAdapter
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