#[repr(i64)]pub enum NSDecodingFailurePolicy {
RaiseException = 0,
SetErrorAndReturn = 1,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSDecodingFailurePolicy
impl RefUnwindSafe for NSDecodingFailurePolicy
impl Send for NSDecodingFailurePolicy
impl Sync for NSDecodingFailurePolicy
impl Unpin for NSDecodingFailurePolicy
impl UnwindSafe for NSDecodingFailurePolicy
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