pub struct InboxHandles {
pub name: String,
}Fields§
§name: StringAuto Trait Implementations§
impl Freeze for InboxHandles
impl RefUnwindSafe for InboxHandles
impl Send for InboxHandles
impl Sync for InboxHandles
impl Unpin for InboxHandles
impl UnsafeUnpin for InboxHandles
impl UnwindSafe for InboxHandles
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