Struct Adf
pub struct Adf { /* private fields */ }Expand description
ADF.
Implementations§
Trait Implementations§
impl Copy for Adf
impl Eq for Adf
impl Send for Adf
impl StructuralPartialEq for Adf
impl Sync for Adf
Auto Trait Implementations§
impl Freeze for Adf
impl RefUnwindSafe for Adf
impl Unpin for Adf
impl UnsafeUnpin for Adf
impl UnwindSafe for Adf
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