pub enum Ellipsis {
Some,
None,
}
Expand description
Whether function signature ends with a ...
Variants§
Trait Implementations§
impl Eq for Ellipsis
impl StructuralPartialEq for Ellipsis
Auto Trait Implementations§
impl Freeze for Ellipsis
impl RefUnwindSafe for Ellipsis
impl Send for Ellipsis
impl Sync for Ellipsis
impl Unpin for Ellipsis
impl UnwindSafe for Ellipsis
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