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