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