pub struct CloseCandidate {
pub ticket: Ticket,
pub reason: &'static str,
}Fields§
§ticket: Ticket§reason: &'static strAuto Trait Implementations§
impl Freeze for CloseCandidate
impl RefUnwindSafe for CloseCandidate
impl Send for CloseCandidate
impl Sync for CloseCandidate
impl Unpin for CloseCandidate
impl UnsafeUnpin for CloseCandidate
impl UnwindSafe for CloseCandidate
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