pub struct BuilderId(pub usize);
Tuple Fields§
§0: usize
Trait Implementations§
impl Copy for BuilderId
impl Eq for BuilderId
impl StructuralPartialEq for BuilderId
Auto Trait Implementations§
impl Freeze for BuilderId
impl RefUnwindSafe for BuilderId
impl Send for BuilderId
impl Sync for BuilderId
impl Unpin for BuilderId
impl UnwindSafe for BuilderId
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