pub struct InternalLinkTypeContactsPage {
pub section: String,
}Expand description
The link is a link to the Contacts tab or page
Fields§
§section: StringSection of the page; may be one of “”, “search”, “sort”, “new”, “invite”, “manage”
Trait Implementations§
Source§impl Clone for InternalLinkTypeContactsPage
impl Clone for InternalLinkTypeContactsPage
Source§fn clone(&self) -> InternalLinkTypeContactsPage
fn clone(&self) -> InternalLinkTypeContactsPage
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 Debug for InternalLinkTypeContactsPage
impl Debug for InternalLinkTypeContactsPage
Source§impl Default for InternalLinkTypeContactsPage
impl Default for InternalLinkTypeContactsPage
Source§fn default() -> InternalLinkTypeContactsPage
fn default() -> InternalLinkTypeContactsPage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InternalLinkTypeContactsPage
impl<'de> Deserialize<'de> for InternalLinkTypeContactsPage
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 InternalLinkTypeContactsPage
impl PartialEq for InternalLinkTypeContactsPage
Source§fn eq(&self, other: &InternalLinkTypeContactsPage) -> bool
fn eq(&self, other: &InternalLinkTypeContactsPage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InternalLinkTypeContactsPage
Auto Trait Implementations§
impl Freeze for InternalLinkTypeContactsPage
impl RefUnwindSafe for InternalLinkTypeContactsPage
impl Send for InternalLinkTypeContactsPage
impl Sync for InternalLinkTypeContactsPage
impl Unpin for InternalLinkTypeContactsPage
impl UnsafeUnpin for InternalLinkTypeContactsPage
impl UnwindSafe for InternalLinkTypeContactsPage
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