pub struct AppLinksConfig {
pub hosts: Vec<String>,
}Fields§
§hosts: Vec<String>Trait Implementations§
Source§impl Clone for AppLinksConfig
impl Clone for AppLinksConfig
Source§fn clone(&self) -> AppLinksConfig
fn clone(&self) -> AppLinksConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AppLinksConfig
impl Debug for AppLinksConfig
Source§impl<'de> Deserialize<'de> for AppLinksConfig
impl<'de> Deserialize<'de> for AppLinksConfig
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 AppLinksConfig
impl PartialEq for AppLinksConfig
Source§fn eq(&self, other: &AppLinksConfig) -> bool
fn eq(&self, other: &AppLinksConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AppLinksConfig
impl Serialize for AppLinksConfig
impl Eq for AppLinksConfig
impl StructuralPartialEq for AppLinksConfig
Auto Trait Implementations§
impl Freeze for AppLinksConfig
impl RefUnwindSafe for AppLinksConfig
impl Send for AppLinksConfig
impl Sync for AppLinksConfig
impl Unpin for AppLinksConfig
impl UnsafeUnpin for AppLinksConfig
impl UnwindSafe for AppLinksConfig
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