#[repr(u64)]pub enum NSJsonReadingOptions {
MutableContainers = 1,
MutableLeaves = 2,
FragmentsAllowed = 4,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSJsonReadingOptions
impl RefUnwindSafe for NSJsonReadingOptions
impl Send for NSJsonReadingOptions
impl Sync for NSJsonReadingOptions
impl Unpin for NSJsonReadingOptions
impl UnwindSafe for NSJsonReadingOptions
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