pub enum SwiftType {
String,
Int,
Double,
Bool,
}Expand description
The parameter types the bridge can marshal (JSON params → Decodable → the Swift init).
Variants§
Implementations§
Trait Implementations§
impl Copy for SwiftType
impl Eq for SwiftType
impl StructuralPartialEq for SwiftType
Auto Trait Implementations§
impl Freeze for SwiftType
impl RefUnwindSafe for SwiftType
impl Send for SwiftType
impl Sync for SwiftType
impl Unpin for SwiftType
impl UnsafeUnpin for SwiftType
impl UnwindSafe for SwiftType
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