pub struct PageLinkOutbound {
pub label: String,
pub target_page_id: Option<String>,
}Fields§
§label: String§target_page_id: Option<String>None when the resolver couldn’t find a matching active page —
surfaces in the orphan-by-count feed via /api/pages/orphan-links.
Trait Implementations§
Source§impl Debug for PageLinkOutbound
impl Debug for PageLinkOutbound
Source§impl<'de> Deserialize<'de> for PageLinkOutbound
impl<'de> Deserialize<'de> for PageLinkOutbound
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PageLinkOutbound
impl RefUnwindSafe for PageLinkOutbound
impl Send for PageLinkOutbound
impl Sync for PageLinkOutbound
impl Unpin for PageLinkOutbound
impl UnsafeUnpin for PageLinkOutbound
impl UnwindSafe for PageLinkOutbound
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