pub struct TlsCsrResponseAttributes {
pub content: Option<String>,
}
Fields§
§content: Option<String>
The PEM encoded CSR.
Implementations§
Source§impl TlsCsrResponseAttributes
impl TlsCsrResponseAttributes
pub fn new() -> TlsCsrResponseAttributes
Trait Implementations§
Source§impl Clone for TlsCsrResponseAttributes
impl Clone for TlsCsrResponseAttributes
Source§fn clone(&self) -> TlsCsrResponseAttributes
fn clone(&self) -> TlsCsrResponseAttributes
Returns a copy 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 TlsCsrResponseAttributes
impl Debug for TlsCsrResponseAttributes
Source§impl Default for TlsCsrResponseAttributes
impl Default for TlsCsrResponseAttributes
Source§fn default() -> TlsCsrResponseAttributes
fn default() -> TlsCsrResponseAttributes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TlsCsrResponseAttributes
impl<'de> Deserialize<'de> for TlsCsrResponseAttributes
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 TlsCsrResponseAttributes
impl PartialEq for TlsCsrResponseAttributes
Source§impl Serialize for TlsCsrResponseAttributes
impl Serialize for TlsCsrResponseAttributes
impl StructuralPartialEq for TlsCsrResponseAttributes
Auto Trait Implementations§
impl Freeze for TlsCsrResponseAttributes
impl RefUnwindSafe for TlsCsrResponseAttributes
impl Send for TlsCsrResponseAttributes
impl Sync for TlsCsrResponseAttributes
impl Unpin for TlsCsrResponseAttributes
impl UnwindSafe for TlsCsrResponseAttributes
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