pub struct Partial;
Expand description
Represents the terminal symbol partial
Trait Implementations§
Source§impl Ord for Partial
impl Ord for Partial
Source§impl PartialOrd for Partial
impl PartialOrd for Partial
impl Copy for Partial
impl Eq for Partial
impl StructuralPartialEq for Partial
Auto Trait Implementations§
impl Freeze for Partial
impl RefUnwindSafe for Partial
impl Send for Partial
impl Sync for Partial
impl Unpin for Partial
impl UnwindSafe for Partial
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