pub struct MatchAbrubtClose {
pub match_id: String,
pub reason: MatchError,
}Fields§
§match_id: String§reason: MatchErrorTrait Implementations§
Source§impl Clone for MatchAbrubtClose
impl Clone for MatchAbrubtClose
Source§fn clone(&self) -> MatchAbrubtClose
fn clone(&self) -> MatchAbrubtClose
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MatchAbrubtClose
impl Debug for MatchAbrubtClose
Source§impl<'de> Deserialize<'de> for MatchAbrubtClose
impl<'de> Deserialize<'de> for MatchAbrubtClose
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for MatchAbrubtClose
impl RefUnwindSafe for MatchAbrubtClose
impl Send for MatchAbrubtClose
impl Sync for MatchAbrubtClose
impl Unpin for MatchAbrubtClose
impl UnsafeUnpin for MatchAbrubtClose
impl UnwindSafe for MatchAbrubtClose
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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