pub struct AdvTransType;Expand description
AdvTransType (5).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdvTransType
impl RefUnwindSafe for AdvTransType
impl Send for AdvTransType
impl Sync for AdvTransType
impl Unpin for AdvTransType
impl UnsafeUnpin for AdvTransType
impl UnwindSafe for AdvTransType
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