[−][src]Struct safer_ffi::string::String  
This is supported on 
feature="alloc" only.Implementations
impl String[src]
pub const EMPTY: Self[src]
This is supported on 
feature="alloc" only.pub fn with_rust_mut<R>(
    self: &mut String, 
    f: impl FnOnce(&mut String) -> R
) -> R[src]
self: &mut String,
f: impl FnOnce(&mut String) -> R
) -> R
This is supported on 
feature="alloc" only.Trait Implementations
impl Debug for String[src]
impl Deref for String[src]
impl From<String> for String[src]
impl Into<String> for String[src]
impl ReprC for String where
    Vec<u8>: ReprC, [src]
Vec<u8>: ReprC,
Auto Trait Implementations
impl RefUnwindSafe for String
impl Send for String
impl Sync for String
impl Unpin for String
impl UnwindSafe for String
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,
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> ManuallyDropMut for T
type Ret = ManuallyDrop<T>
fn manually_drop_mut(&'__ mut self) -> &'__ mut ManuallyDrop<T>
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.
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>,