pub struct Xcode;Expand description
Legacy Xcode utilities (kept for backward compatibility)
For new code, prefer XcodeProject which provides a richer API.
Implementations§
Auto Trait Implementations§
impl Freeze for Xcode
impl RefUnwindSafe for Xcode
impl Send for Xcode
impl Sync for Xcode
impl Unpin for Xcode
impl UnsafeUnpin for Xcode
impl UnwindSafe for Xcode
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