pub struct MassResolutionResult(/* private fields */);Expand description
Wraps INMassResolutionResult.
Implementations§
Source§impl MassResolutionResult
impl MassResolutionResult
Sourcepub const OBJC_CLASS: &'static str = "INMassResolutionResult"
pub const OBJC_CLASS: &'static str = "INMassResolutionResult"
Objective-C class name for INMassResolutionResult.
Sourcepub fn class_name(&self) -> String
pub fn class_name(&self) -> String
Returns the Objective-C class name for this INMassResolutionResult instance.
Methods from Deref<Target = IntentResolutionResult>§
Sourcepub fn class_name(&self) -> String
pub fn class_name(&self) -> String
Returns the Objective-C class name for this INIntentResolutionResult instance.
Trait Implementations§
Source§impl Debug for MassResolutionResult
impl Debug for MassResolutionResult
Source§impl Deref for MassResolutionResult
impl Deref for MassResolutionResult
Source§impl From<MassResolutionResult> for IntentResolutionResult
impl From<MassResolutionResult> for IntentResolutionResult
Source§fn from(result: MassResolutionResult) -> Self
fn from(result: MassResolutionResult) -> Self
Converts to this type from the input type.
Source§impl TryFrom<IntentResolutionResult> for MassResolutionResult
impl TryFrom<IntentResolutionResult> for MassResolutionResult
Source§type Error = IntentsError
type Error = IntentsError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for MassResolutionResult
impl RefUnwindSafe for MassResolutionResult
impl !Send for MassResolutionResult
impl !Sync for MassResolutionResult
impl Unpin for MassResolutionResult
impl UnsafeUnpin for MassResolutionResult
impl UnwindSafe for MassResolutionResult
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