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