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