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