#[repr(C)]pub struct svn_auth_cred_ssl_server_trust_t {
pub may_save: svn_boolean_t,
pub accepted_failures: apr_uint32_t,
}
Expand description
@c SVN_AUTH_CRED_SSL_SERVER_TRUST credentials.
Fields§
§may_save: svn_boolean_t
Indicates if the credentials may be saved (to disk). For example, a GUI prompt implementation with a checkbox to accept the certificate permanently shall set @a may_save to TRUE if the checkbox is checked.
accepted_failures: apr_uint32_t
Bit mask of the accepted failures
Trait Implementations§
Auto Trait Implementations§
impl Freeze for svn_auth_cred_ssl_server_trust_t
impl RefUnwindSafe for svn_auth_cred_ssl_server_trust_t
impl Send for svn_auth_cred_ssl_server_trust_t
impl Sync for svn_auth_cred_ssl_server_trust_t
impl Unpin for svn_auth_cred_ssl_server_trust_t
impl UnwindSafe for svn_auth_cred_ssl_server_trust_t
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