pub struct String { /* private fields */ }Expand description
FFI analog of std::string::String.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl TypeInfo for String
impl TypeInfo for String
Sourceยงconst ASYNC_SAFE: bool = true
const ASYNC_SAFE: bool = true
Whether this type can appear in an async service method.
Sourceยงconst SERVICE_SAFE: bool = false
const SERVICE_SAFE: bool = false
Whether this type can appear in a service method.
Sourceยงconst SERVICE_CTOR_SAFE: bool = false
const SERVICE_CTOR_SAFE: bool = false
Whether this type is valid as a service constructor return type.
Sourceยงimpl WireIO for String
impl WireIO for String
impl Send for String
impl Sync for String
Auto Trait Implementationsยง
impl Freeze for String
impl RefUnwindSafe for String
impl Unpin for String
impl UnsafeUnpin for String
impl UnwindSafe for String
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