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