pub enum SmtType {
Generic,
}Variants§
Generic
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SmtType
impl RefUnwindSafe for SmtType
impl Send for SmtType
impl Sync for SmtType
impl Unpin for SmtType
impl UnwindSafe for SmtType
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