pub struct IdBound<I: Clone, B: BoundBox> {
pub id: I,
/* private fields */
}Fields§
§id: IImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<I, B> Freeze for IdBound<I, B>
impl<I, B> RefUnwindSafe for IdBound<I, B>where
I: RefUnwindSafe,
B: RefUnwindSafe,
impl<I, B> Send for IdBound<I, B>
impl<I, B> Sync for IdBound<I, B>
impl<I, B> Unpin for IdBound<I, B>
impl<I, B> UnwindSafe for IdBound<I, B>where
I: UnwindSafe,
B: UnwindSafe,
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