pub struct SenderId(pub i64);Tuple Fields§
§0: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for SenderId
impl RefUnwindSafe for SenderId
impl Send for SenderId
impl Sync for SenderId
impl Unpin for SenderId
impl UnwindSafe for SenderId
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