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