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