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