[−][src]Struct openssl::string::OpensslString  
Trait Implementations
impl AsRef<[u8]> for OpensslString[src]
impl AsRef<OpensslStringRef> for OpensslString[src]
fn as_ref(&self) -> &OpensslStringRef[src]
impl AsRef<str> for OpensslString[src]
impl Borrow<OpensslStringRef> for OpensslString[src]
fn borrow(&self) -> &OpensslStringRef[src]
impl Debug for OpensslString[src]
impl Deref for OpensslString[src]
type Target = OpensslStringRef
The resulting type after dereferencing.
fn deref(&self) -> &OpensslStringRef[src]
impl DerefMut for OpensslString[src]
fn deref_mut(&mut self) -> &mut OpensslStringRef[src]
impl Display for OpensslString[src]
impl Drop for OpensslString[src]
impl ForeignType for OpensslString[src]
type CType = c_char
The raw C type.
type Ref = OpensslStringRef
The type representing a reference to this type.
unsafe fn from_ptr(ptr: *mut c_char) -> OpensslString[src]
fn as_ptr(&self) -> *mut c_char[src]
impl Send for OpensslString[src]
impl Stackable for OpensslString[src]
type StackType = stack_st_OPENSSL_STRING
The C stack type for this element. Read more
impl Sync for OpensslString[src]
Auto Trait Implementations
impl RefUnwindSafe for OpensslString[src]
impl Unpin for OpensslString[src]
impl UnwindSafe for OpensslString[src]
Blanket Implementations
impl<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
    T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
    U: From<T>, [src]
U: From<T>,
impl<T> ToString for T where
    T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
    U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, [src]
U: TryFrom<T>,