pub enum SmithyFramework {
JustTypes,
}
Variants§
JustTypes
Trait Implementations§
Source§impl Clone for SmithyFramework
impl Clone for SmithyFramework
Source§fn clone(&self) -> SmithyFramework
fn clone(&self) -> SmithyFramework
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 SmithyFramework
impl Debug for SmithyFramework
Source§impl Default for SmithyFramework
impl Default for SmithyFramework
Source§fn default() -> SmithyFramework
fn default() -> SmithyFramework
Returns the “default value” for a type. Read more
Source§impl Hash for SmithyFramework
impl Hash for SmithyFramework
Source§impl PartialEq for SmithyFramework
impl PartialEq for SmithyFramework
impl Eq for SmithyFramework
impl StructuralPartialEq for SmithyFramework
Auto Trait Implementations§
impl Freeze for SmithyFramework
impl RefUnwindSafe for SmithyFramework
impl Send for SmithyFramework
impl Sync for SmithyFramework
impl Unpin for SmithyFramework
impl UnwindSafe for SmithyFramework
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