Enum precedence_net::StartType
source · [−]pub enum StartType {
Earliest,
Latest,
}Variants
Earliest
Latest
Trait Implementations
impl Copy for StartType
Auto Trait Implementations
impl RefUnwindSafe for StartType
impl Send for StartType
impl Sync for StartType
impl Unpin for StartType
impl UnwindSafe for StartType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more