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