pub struct ConstCOLLECTIONTYPES;
Implementations§
Source§impl ConstCOLLECTIONTYPES
impl ConstCOLLECTIONTYPES
pub fn const_value() -> BTreeSet<TTypeId>
Auto Trait Implementations§
impl Freeze for ConstCOLLECTIONTYPES
impl RefUnwindSafe for ConstCOLLECTIONTYPES
impl Send for ConstCOLLECTIONTYPES
impl Sync for ConstCOLLECTIONTYPES
impl Unpin for ConstCOLLECTIONTYPES
impl UnwindSafe for ConstCOLLECTIONTYPES
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