pub struct SiteHint {
pub internal_reference: String,
pub display_name: String,
}Expand description
Lightweight site descriptor returned with SiteNotFound to help the
caller see what slugs/labels the controller actually exposes.
Fields§
§internal_reference: String§display_name: StringTrait Implementations§
impl Eq for SiteHint
impl StructuralPartialEq for SiteHint
Auto Trait Implementations§
impl Freeze for SiteHint
impl RefUnwindSafe for SiteHint
impl Send for SiteHint
impl Sync for SiteHint
impl Unpin for SiteHint
impl UnsafeUnpin for SiteHint
impl UnwindSafe for SiteHint
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