pub struct Sigs { /* private fields */ }
Trait Implementations§
Source§impl Load<'_, RPGSOP> for Sigs
impl Load<'_, RPGSOP> for Sigs
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 Sigs
impl RefUnwindSafe for Sigs
impl Send for Sigs
impl Sync for Sigs
impl Unpin for Sigs
impl UnwindSafe for Sigs
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