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