pub struct LogicalResult(/* private fields */);
Implementations§
Source§impl LogicalResult
impl LogicalResult
Trait Implementations§
Source§impl Clone for LogicalResult
impl Clone for LogicalResult
Source§fn clone(&self) -> LogicalResult
fn clone(&self) -> LogicalResult
Returns a copy 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 moreSource§impl From<MlirLogicalResult> for LogicalResult
impl From<MlirLogicalResult> for LogicalResult
Source§fn from(loc: MlirLogicalResult) -> Self
fn from(loc: MlirLogicalResult) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LogicalResult
impl RefUnwindSafe for LogicalResult
impl Send for LogicalResult
impl Sync for LogicalResult
impl Unpin for LogicalResult
impl UnwindSafe for LogicalResult
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