pub struct CanonicalOptions {
pub instance: RuntimeComponentInstanceIndex,
pub string_encoding: StringEncoding,
pub callback: Option<CallbackId>,
pub post_return: Option<PostReturnId>,
pub async_: bool,
pub core_type: ModuleInternedTypeIndex,
pub data_model: CanonicalOptionsDataModel,
}
Expand description
Same as info::CanonicalOptions
Fields§
§instance: RuntimeComponentInstanceIndex
§string_encoding: StringEncoding
§callback: Option<CallbackId>
§post_return: Option<PostReturnId>
§async_: bool
§core_type: ModuleInternedTypeIndex
§data_model: CanonicalOptionsDataModel
Trait Implementations§
Source§impl Clone for CanonicalOptions
impl Clone for CanonicalOptions
Source§fn clone(&self) -> CanonicalOptions
fn clone(&self) -> CanonicalOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Hash for CanonicalOptions
impl Hash for CanonicalOptions
Source§impl PartialEq for CanonicalOptions
impl PartialEq for CanonicalOptions
impl Eq for CanonicalOptions
impl StructuralPartialEq for CanonicalOptions
Auto Trait Implementations§
impl Freeze for CanonicalOptions
impl RefUnwindSafe for CanonicalOptions
impl Send for CanonicalOptions
impl Sync for CanonicalOptions
impl Unpin for CanonicalOptions
impl UnwindSafe for CanonicalOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.