pub struct AllowedOriginOrdinal(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for AllowedOriginOrdinal
impl Clone for AllowedOriginOrdinal
impl Copy for AllowedOriginOrdinal
Source§impl Debug for AllowedOriginOrdinal
impl Debug for AllowedOriginOrdinal
impl Eq for AllowedOriginOrdinal
Source§impl Ord for AllowedOriginOrdinal
impl Ord for AllowedOriginOrdinal
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for AllowedOriginOrdinal
impl PartialEq for AllowedOriginOrdinal
Source§impl PartialOrd for AllowedOriginOrdinal
impl PartialOrd for AllowedOriginOrdinal
Source§impl Serialize for AllowedOriginOrdinal
impl Serialize for AllowedOriginOrdinal
impl StructuralPartialEq for AllowedOriginOrdinal
Auto Trait Implementations§
impl Freeze for AllowedOriginOrdinal
impl RefUnwindSafe for AllowedOriginOrdinal
impl Send for AllowedOriginOrdinal
impl Sync for AllowedOriginOrdinal
impl Unpin for AllowedOriginOrdinal
impl UnsafeUnpin for AllowedOriginOrdinal
impl UnwindSafe for AllowedOriginOrdinal
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