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