pub struct Includes;Expand description
Represents the terminal symbol includes
Trait Implementations§
Source§impl Ord for Includes
impl Ord for Includes
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Includes
impl PartialOrd for Includes
impl Copy for Includes
impl Eq for Includes
impl StructuralPartialEq for Includes
Auto Trait Implementations§
impl Freeze for Includes
impl RefUnwindSafe for Includes
impl Send for Includes
impl Sync for Includes
impl Unpin for Includes
impl UnsafeUnpin for Includes
impl UnwindSafe for Includes
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