pub struct AXFR { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for AXFR
impl RefUnwindSafe for AXFR
impl Send for AXFR
impl Sync for AXFR
impl Unpin for AXFR
impl UnwindSafe for AXFR
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