pub struct InternalLinkTypeMyProfilePage {
pub section: String,
}Expand description
The link is a link to the My Profile application page
Fields§
§section: StringSection of the page; may be one of “”, “posts”, “posts/all-stories”, “posts/add-album”, “gifts”, “archived-posts”
Trait Implementations§
Source§impl Clone for InternalLinkTypeMyProfilePage
impl Clone for InternalLinkTypeMyProfilePage
Source§fn clone(&self) -> InternalLinkTypeMyProfilePage
fn clone(&self) -> InternalLinkTypeMyProfilePage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for InternalLinkTypeMyProfilePage
impl Default for InternalLinkTypeMyProfilePage
Source§fn default() -> InternalLinkTypeMyProfilePage
fn default() -> InternalLinkTypeMyProfilePage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InternalLinkTypeMyProfilePage
impl<'de> Deserialize<'de> for InternalLinkTypeMyProfilePage
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
Source§impl PartialEq for InternalLinkTypeMyProfilePage
impl PartialEq for InternalLinkTypeMyProfilePage
Source§fn eq(&self, other: &InternalLinkTypeMyProfilePage) -> bool
fn eq(&self, other: &InternalLinkTypeMyProfilePage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InternalLinkTypeMyProfilePage
Auto Trait Implementations§
impl Freeze for InternalLinkTypeMyProfilePage
impl RefUnwindSafe for InternalLinkTypeMyProfilePage
impl Send for InternalLinkTypeMyProfilePage
impl Sync for InternalLinkTypeMyProfilePage
impl Unpin for InternalLinkTypeMyProfilePage
impl UnsafeUnpin for InternalLinkTypeMyProfilePage
impl UnwindSafe for InternalLinkTypeMyProfilePage
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