pub struct BridgeType {
pub name: String,
pub fields: Vec<BridgeField>,
}Expand description
用于 TypeScript 生成的桥接类型信息
Fields§
§name: String类型名称
fields: Vec<BridgeField>字段列表
Trait Implementations§
Source§impl Clone for BridgeType
impl Clone for BridgeType
Source§fn clone(&self) -> BridgeType
fn clone(&self) -> BridgeType
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for BridgeType
impl RefUnwindSafe for BridgeType
impl Send for BridgeType
impl Sync for BridgeType
impl Unpin for BridgeType
impl UnsafeUnpin for BridgeType
impl UnwindSafe for BridgeType
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