pub struct PageId {
pub resource_key: Uuid,
pub page_type: PageType,
}Fields§
§resource_key: Uuid§page_type: PageTypeTrait Implementations§
impl Copy for PageId
impl Eq for PageId
impl StructuralPartialEq for PageId
Auto Trait Implementations§
impl Freeze for PageId
impl RefUnwindSafe for PageId
impl Send for PageId
impl Sync for PageId
impl Unpin for PageId
impl UnwindSafe for PageId
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