pub struct CDslxTypeRefTypeAnnotation { /* private fields */ }Auto Trait Implementations§
impl Freeze for CDslxTypeRefTypeAnnotation
impl RefUnwindSafe for CDslxTypeRefTypeAnnotation
impl Send for CDslxTypeRefTypeAnnotation
impl Sync for CDslxTypeRefTypeAnnotation
impl Unpin for CDslxTypeRefTypeAnnotation
impl UnsafeUnpin for CDslxTypeRefTypeAnnotation
impl UnwindSafe for CDslxTypeRefTypeAnnotation
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