pub struct KeepReferee {
pub referee: String,
pub down_all_if_less_than: usize,
}Expand description
KeepReferee: the side containing the designated referee member survives.
Fields§
§referee: String§down_all_if_less_than: usizeTrait Implementations§
Source§impl Clone for KeepReferee
impl Clone for KeepReferee
Source§fn clone(&self) -> KeepReferee
fn clone(&self) -> KeepReferee
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 KeepReferee
impl Debug for KeepReferee
Source§impl DowningStrategy for KeepReferee
impl DowningStrategy for KeepReferee
Auto Trait Implementations§
impl Freeze for KeepReferee
impl RefUnwindSafe for KeepReferee
impl Send for KeepReferee
impl Sync for KeepReferee
impl Unpin for KeepReferee
impl UnsafeUnpin for KeepReferee
impl UnwindSafe for KeepReferee
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