pub enum IsdSelectStrategy {
Empty,
ByAid,
}Variants§
Trait Implementations§
Source§impl Clone for IsdSelectStrategy
impl Clone for IsdSelectStrategy
Source§fn clone(&self) -> IsdSelectStrategy
fn clone(&self) -> IsdSelectStrategy
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 moreimpl Copy for IsdSelectStrategy
Source§impl Debug for IsdSelectStrategy
impl Debug for IsdSelectStrategy
impl Eq for IsdSelectStrategy
Source§impl PartialEq for IsdSelectStrategy
impl PartialEq for IsdSelectStrategy
impl StructuralPartialEq for IsdSelectStrategy
Auto Trait Implementations§
impl Freeze for IsdSelectStrategy
impl RefUnwindSafe for IsdSelectStrategy
impl Send for IsdSelectStrategy
impl Sync for IsdSelectStrategy
impl Unpin for IsdSelectStrategy
impl UnsafeUnpin for IsdSelectStrategy
impl UnwindSafe for IsdSelectStrategy
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