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