pub struct FinderPrivacySetting {
pub export_jump_link: String,
}Fields§
§export_jump_link: StringTrait Implementations§
Source§impl Clone for FinderPrivacySetting
impl Clone for FinderPrivacySetting
Source§fn clone(&self) -> FinderPrivacySetting
fn clone(&self) -> FinderPrivacySetting
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 FinderPrivacySetting
impl Debug for FinderPrivacySetting
Source§impl Default for FinderPrivacySetting
impl Default for FinderPrivacySetting
Source§fn default() -> FinderPrivacySetting
fn default() -> FinderPrivacySetting
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FinderPrivacySetting
impl<'de> Deserialize<'de> for FinderPrivacySetting
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 FinderPrivacySetting
impl RefUnwindSafe for FinderPrivacySetting
impl Send for FinderPrivacySetting
impl Sync for FinderPrivacySetting
impl Unpin for FinderPrivacySetting
impl UnwindSafe for FinderPrivacySetting
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