pub struct Closer {
pub id: u32,
}
Fields§
§id: u32
Implementations§
Auto Trait Implementations§
impl Freeze for Closer
impl RefUnwindSafe for Closer
impl Send for Closer
impl Sync for Closer
impl Unpin for Closer
impl UnwindSafe for Closer
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