pub struct InnerBagU32 { /* private fields */ }Expand description
Internal representation of the IdBagU32.
Trait Implementations§
Source§impl Default for InnerBagU32
impl Default for InnerBagU32
Source§fn default() -> InnerBagU32
fn default() -> InnerBagU32
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InnerBagU32
impl RefUnwindSafe for InnerBagU32
impl Send for InnerBagU32
impl Sync for InnerBagU32
impl Unpin for InnerBagU32
impl UnwindSafe for InnerBagU32
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