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