pub struct AdapterId(/* private fields */);Expand description
Stable identifier for a site adapter.
Implementations§
Trait Implementations§
Source§impl Ord for AdapterId
impl Ord for AdapterId
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 AdapterId
impl PartialOrd for AdapterId
impl Eq for AdapterId
impl StructuralPartialEq for AdapterId
Auto Trait Implementations§
impl Freeze for AdapterId
impl RefUnwindSafe for AdapterId
impl Send for AdapterId
impl Sync for AdapterId
impl Unpin for AdapterId
impl UnsafeUnpin for AdapterId
impl UnwindSafe for AdapterId
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