[][src]Struct nextcloud_passwords_client::settings::SettingReset

pub struct SettingReset<'api> { /* fields omitted */ }

Implementations

impl<'api> SettingReset<'api>[src]

pub async fn password_strength<'_>(&'_ self) -> Result<i8, Error>[src]

pub async fn password_contains_numbers<'_>(&'_ self) -> Result<bool, Error>[src]

pub async fn password_contains_special<'_>(&'_ self) -> Result<bool, Error>[src]

pub async fn check_for_duplicates<'_>(&'_ self) -> Result<bool, Error>[src]

pub async fn check_for_old_passwords<'_>(&'_ self) -> Result<i64, Error>[src]

pub async fn notify_security_by_mail<'_>(&'_ self) -> Result<bool, Error>[src]

pub async fn notify_shares_by_mail<'_>(&'_ self) -> Result<bool, Error>[src]

pub async fn notify_security_by_notification<'_>(
    &'_ self
) -> Result<bool, Error>
[src]

pub async fn notify_shares_by_notification<'_>(&'_ self) -> Result<bool, Error>[src]

pub async fn notifiy_errors_by_notification<'_>(&'_ self) -> Result<bool, Error>[src]

pub async fn server_side_encryption<'_>(&'_ self) -> Result<i8, Error>[src]

pub async fn client_side_encryption<'_>(&'_ self) -> Result<i8, Error>[src]

pub async fn session_lifetime<'_>(&'_ self) -> Result<u64, Error>[src]

Auto Trait Implementations

impl<'api> !RefUnwindSafe for SettingReset<'api>

impl<'api> Send for SettingReset<'api>

impl<'api> Sync for SettingReset<'api>

impl<'api> Unpin for SettingReset<'api>

impl<'api> !UnwindSafe for SettingReset<'api>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.