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