pub struct Certs { /* private fields */ }
Trait Implementations§
Source§impl Load<'_, RPGSOP> for Certs
impl Load<'_, RPGSOP> for Certs
Source§fn from_reader(
_sop: &RPGSOP,
source: &mut (dyn Read + Send + Sync),
source_name: Option<String>,
) -> Result<Self>
fn from_reader( _sop: &RPGSOP, source: &mut (dyn Read + Send + Sync), source_name: Option<String>, ) -> Result<Self>
Loads objects like certs and keys from the given reader.
Source§fn source_name(&self) -> Option<&str>
fn source_name(&self) -> Option<&str>
Returns the source name, if any.
Source§fn from_stdin(sop: &'s S) -> Result<Self, Error>where
Self: Sized,
fn from_stdin(sop: &'s S) -> Result<Self, Error>where
Self: Sized,
Loads objects like certs and keys from stdin.
Auto Trait Implementations§
impl Freeze for Certs
impl RefUnwindSafe for Certs
impl Send for Certs
impl Sync for Certs
impl Unpin for Certs
impl UnwindSafe for Certs
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