Struct show_notes::e003::PreexistingStruct
source · pub struct PreexistingStruct {
pub some_int: i32,
pub some_string: String,
}
Expand description
Just exists to be used as an element in RelatedishThings
.
Fields§
§some_int: i32
§some_string: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PreexistingStruct
impl RefUnwindSafe for PreexistingStruct
impl Send for PreexistingStruct
impl Sync for PreexistingStruct
impl Unpin for PreexistingStruct
impl UnwindSafe for PreexistingStruct
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