Fields
names: FFISeq<FFIString>
Trait Implementations
sourceimpl Drop for DescribeParameters_Request_Raw
impl Drop for DescribeParameters_Request_Raw
sourceimpl FFIToRust for DescribeParameters_Request_Raw
impl FFIToRust for DescribeParameters_Request_Raw
type Target = DescribeParameters_Request
unsafe fn to_rust(&self) -> Self::Target
impl Send for DescribeParameters_Request_Raw
impl Sync for DescribeParameters_Request_Raw
Auto Trait Implementations
impl RefUnwindSafe for DescribeParameters_Request_Raw
impl Unpin for DescribeParameters_Request_Raw
impl UnwindSafe for DescribeParameters_Request_Raw
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more