pub struct UnstableStructWithIssue {
pub x: u8,
}
Available on crate feature
unstable-struct-with-issue
only.Expand description
An unstable struct with an issue link
This struct is unstable and has an issue link.
§Stability
This API is marked as unstable and is only available when the unstable-struct-with-issue
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
The tracking issue is: #123
.
Fields§
§x: u8
Auto Trait Implementations§
impl Freeze for UnstableStructWithIssue
impl RefUnwindSafe for UnstableStructWithIssue
impl Send for UnstableStructWithIssue
impl Sync for UnstableStructWithIssue
impl Unpin for UnstableStructWithIssue
impl UnwindSafe for UnstableStructWithIssue
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