pub struct Outlined<'ctx> { /* private fields */ }Expand description
A Swift outlined operation symbol.
Implementations§
Trait Implementations§
impl<'ctx> Copy for Outlined<'ctx>
Auto Trait Implementations§
impl<'ctx> Freeze for Outlined<'ctx>
impl<'ctx> RefUnwindSafe for Outlined<'ctx>
impl<'ctx> !Send for Outlined<'ctx>
impl<'ctx> !Sync for Outlined<'ctx>
impl<'ctx> Unpin for Outlined<'ctx>
impl<'ctx> UnsafeUnpin for Outlined<'ctx>
impl<'ctx> UnwindSafe for Outlined<'ctx>
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