Struct ExLoadFromString
pub struct ExLoadFromString<'a> { /* private fields */ }
Expand description
Default-param extender for CryptoKey::load_from_string_ex
.
Implementations§
§impl<'a> ExLoadFromString<'a>
impl<'a> ExLoadFromString<'a>
pub fn public_only(self, value: bool) -> ExLoadFromString<'a>
pub fn done(self) -> Error
Auto Trait Implementations§
impl<'a> Freeze for ExLoadFromString<'a>
impl<'a> RefUnwindSafe for ExLoadFromString<'a>
impl<'a> !Send for ExLoadFromString<'a>
impl<'a> !Sync for ExLoadFromString<'a>
impl<'a> Unpin for ExLoadFromString<'a>
impl<'a> !UnwindSafe for ExLoadFromString<'a>
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