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