pub enum LeafFor {
Earner,
Spender,
}
Variants
Earner
Spender
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LeafFor
impl Send for LeafFor
impl Sync for LeafFor
impl Unpin for LeafFor
impl UnwindSafe for LeafFor
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