struct ImplementsDropWithoutTraitImpls {
some_str: String,
some_int: i32,
}
Fields§
§some_str: String
§some_int: i32
Auto Trait Implementations§
impl Freeze for ImplementsDropWithoutTraitImpls
impl RefUnwindSafe for ImplementsDropWithoutTraitImpls
impl Send for ImplementsDropWithoutTraitImpls
impl Sync for ImplementsDropWithoutTraitImpls
impl Unpin for ImplementsDropWithoutTraitImpls
impl UnwindSafe for ImplementsDropWithoutTraitImpls
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