pub struct TbdVersion3ExportSection {
    pub archs: Vec<String>,
    pub allowed_clients: Vec<String>,
    pub re_exports: Vec<String>,
    pub symbols: Vec<String>,
    pub objc_classes: Vec<String>,
    pub objc_eh_types: Vec<String>,
    pub objc_ivars: Vec<String>,
    pub weak_def_symbols: Vec<String>,
    pub thread_local_symbols: Vec<String>,
}
Expand description

Export section in a TBD version 3 structure.

Fields§

§archs: Vec<String>

List of architecture slices.

§allowed_clients: Vec<String>

List of clients.

§re_exports: Vec<String>

List of re-exports.

§symbols: Vec<String>

List of symbols.

§objc_classes: Vec<String>

List of Objective-C classes.

§objc_eh_types: Vec<String>

List of Objective-C classes with EH.

§objc_ivars: Vec<String>

List of Objective-C instance variables.

§weak_def_symbols: Vec<String>

List of weak defined symbols.

§thread_local_symbols: Vec<String>

List of thread local symbols.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.