pub struct FbxTypeMismatch {
pub object: OwnedObject,
pub reason: FbxTryFromReason,
}Expand description
Returned when TryFrom<OwnedObject> fails for a typed FBX wrapper.
Fields§
§object: OwnedObject§reason: FbxTryFromReasonTrait Implementations§
Source§impl Debug for FbxTypeMismatch
impl Debug for FbxTypeMismatch
Source§impl PartialEq for FbxTypeMismatch
impl PartialEq for FbxTypeMismatch
impl StructuralPartialEq for FbxTypeMismatch
Auto Trait Implementations§
impl Freeze for FbxTypeMismatch
impl RefUnwindSafe for FbxTypeMismatch
impl Send for FbxTypeMismatch
impl Sync for FbxTypeMismatch
impl Unpin for FbxTypeMismatch
impl UnsafeUnpin for FbxTypeMismatch
impl UnwindSafe for FbxTypeMismatch
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