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