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 (const: unstable) · Source§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
impl Eq for SmithyOptions
Source§impl Hash for SmithyOptions
impl Hash for SmithyOptions
Source§impl PartialEq for SmithyOptions
impl PartialEq for SmithyOptions
Source§fn eq(&self, other: &SmithyOptions) -> bool
fn eq(&self, other: &SmithyOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin for SmithyOptions
impl UnwindSafe for SmithyOptions
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