pub enum SamOpt {
Int(String, i64),
String(String, String),
Float(String, f64),
}Expand description
Optional SAM field
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SamOpt
impl RefUnwindSafe for SamOpt
impl Send for SamOpt
impl Sync for SamOpt
impl Unpin for SamOpt
impl UnsafeUnpin for SamOpt
impl UnwindSafe for SamOpt
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