aws_smithy_runtime_api::sharedTrait FromUnshared
Source pub trait FromUnshared<Unshared> {
// Required method
fn from_unshared(value: Unshared) -> Self;
}
Expand description
Like the From
trait, but for converting to a shared type.
See the module docs for information about shared types.
Creates a shared type from an unshared type.
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Source§Available on crate feature client
only.
Source§Available on crate feature client
only.
Source§Available on crate feature client
only.
Source§Available on crate feature client
only.
Source§Available on crate feature client
only.
Source§Available on crate feature client
only.
Source§Available on crate feature client
only.
Source§Available on crate feature client
only.
Source§Available on crate feature client
only.
Source§Available on crate feature client
only.
Source§Available on crate feature client
only.
Source§Available on crate feature client
only.
Source§Available on crate feature client
only.
Source§Available on crate feature client
only.
Source§Available on crate feature client
only.