pub struct SmithyOptions {
pub framework: SmithyFramework,
pub package: String,
}Fields§
§framework: SmithyFrameworkSerialization framework
package: StringPackage
Trait Implementations§
Source§impl Clone for SmithyOptions
impl Clone for SmithyOptions
Source§fn clone(&self) -> SmithyOptions
fn clone(&self) -> SmithyOptions
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SmithyOptions
impl Debug for SmithyOptions
Source§impl Default for SmithyOptions
impl Default for SmithyOptions
Source§impl Hash for SmithyOptions
impl Hash for SmithyOptions
Source§impl PartialEq for SmithyOptions
impl PartialEq for SmithyOptions
impl Eq for SmithyOptions
impl StructuralPartialEq for SmithyOptions
Auto Trait Implementations§
impl Freeze for SmithyOptions
impl RefUnwindSafe for SmithyOptions
impl Send for SmithyOptions
impl Sync for SmithyOptions
impl Unpin for SmithyOptions
impl UnwindSafe for SmithyOptions
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)