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