pub struct BillsetId(/* private fields */);Implementations§
Trait Implementations§
impl Eq for BillsetId
impl StructuralPartialEq for BillsetId
Auto Trait Implementations§
impl Freeze for BillsetId
impl RefUnwindSafe for BillsetId
impl Send for BillsetId
impl Sync for BillsetId
impl Unpin for BillsetId
impl UnwindSafe for BillsetId
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