pub struct SectigoTargetDetails {
pub certificate_profile_id: Option<i64>,
pub customer_uri: Option<String>,
pub external_requester: Option<String>,
pub org_id: Option<i64>,
pub password: Option<String>,
pub timeout: Option<i64>,
pub username: Option<String>,
}Expand description
SectigoTargetDetails : SectigoTargetDetails
Fields§
§certificate_profile_id: Option<i64>§customer_uri: Option<String>§external_requester: Option<String>§org_id: Option<i64>§password: Option<String>§timeout: Option<i64>A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
username: Option<String>Implementations§
Source§impl SectigoTargetDetails
impl SectigoTargetDetails
Sourcepub fn new() -> SectigoTargetDetails
pub fn new() -> SectigoTargetDetails
SectigoTargetDetails
Trait Implementations§
Source§impl Clone for SectigoTargetDetails
impl Clone for SectigoTargetDetails
Source§fn clone(&self) -> SectigoTargetDetails
fn clone(&self) -> SectigoTargetDetails
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 SectigoTargetDetails
impl Debug for SectigoTargetDetails
Source§impl Default for SectigoTargetDetails
impl Default for SectigoTargetDetails
Source§fn default() -> SectigoTargetDetails
fn default() -> SectigoTargetDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SectigoTargetDetails
impl<'de> Deserialize<'de> for SectigoTargetDetails
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 SectigoTargetDetails
impl PartialEq for SectigoTargetDetails
Source§fn eq(&self, other: &SectigoTargetDetails) -> bool
fn eq(&self, other: &SectigoTargetDetails) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SectigoTargetDetails
impl Serialize for SectigoTargetDetails
impl StructuralPartialEq for SectigoTargetDetails
Auto Trait Implementations§
impl Freeze for SectigoTargetDetails
impl RefUnwindSafe for SectigoTargetDetails
impl Send for SectigoTargetDetails
impl Sync for SectigoTargetDetails
impl Unpin for SectigoTargetDetails
impl UnsafeUnpin for SectigoTargetDetails
impl UnwindSafe for SectigoTargetDetails
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