pub struct SmithyOptions {
pub framework: SmithyFramework,
pub package: String,
}
Fields§
§framework: SmithyFramework
Serialization framework
package: String
Package
Trait Implementations§
Source§impl Clone for SmithyOptions
impl Clone for SmithyOptions
Source§fn clone(&self) -> SmithyOptions
fn clone(&self) -> SmithyOptions
Returns a copy of the value. Read more
1.0.0 · 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
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§
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