pub struct ViewId(_);
Trait Implementations§
source§impl Ord for ViewId
impl Ord for ViewId
source§impl PartialEq<ViewId> for ViewId
impl PartialEq<ViewId> for ViewId
source§impl PartialOrd<ViewId> for ViewId
impl PartialOrd<ViewId> for ViewId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for ViewId
impl StructuralEq for ViewId
impl StructuralPartialEq for ViewId
Auto Trait Implementations§
impl RefUnwindSafe for ViewId
impl Send for ViewId
impl Sync for ViewId
impl Unpin for ViewId
impl UnwindSafe for ViewId
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