pub struct MultishotToken { /* private fields */ }Expand description
Jeton d’une opération multishot (un slot, plusieurs complétions). Voir
multishot (Temps 3d).
Trait Implementations§
Source§impl Clone for MultishotToken
impl Clone for MultishotToken
Source§fn clone(&self) -> MultishotToken
fn clone(&self) -> MultishotToken
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 MultishotToken
impl Debug for MultishotToken
Source§impl PartialEq for MultishotToken
impl PartialEq for MultishotToken
impl Copy for MultishotToken
impl Eq for MultishotToken
impl StructuralPartialEq for MultishotToken
Auto Trait Implementations§
impl Freeze for MultishotToken
impl RefUnwindSafe for MultishotToken
impl Send for MultishotToken
impl Sync for MultishotToken
impl Unpin for MultishotToken
impl UnsafeUnpin for MultishotToken
impl UnwindSafe for MultishotToken
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