pub struct BrowserRendezvousId(/* private fields */);Implementations§
Source§impl BrowserRendezvousId
impl BrowserRendezvousId
pub const fn new(bytes: [u8; 16]) -> BrowserRendezvousId
pub const fn as_bytes(&self) -> &[u8; 16]
pub fn from_lower_hex( value: &str, ) -> Result<BrowserRendezvousId, BrowserRendezvousIdParseError>
Trait Implementations§
Source§impl Clone for BrowserRendezvousId
impl Clone for BrowserRendezvousId
Source§fn clone(&self) -> BrowserRendezvousId
fn clone(&self) -> BrowserRendezvousId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BrowserRendezvousId
Source§impl Debug for BrowserRendezvousId
impl Debug for BrowserRendezvousId
Source§impl Display for BrowserRendezvousId
impl Display for BrowserRendezvousId
impl Eq for BrowserRendezvousId
Source§impl Hash for BrowserRendezvousId
impl Hash for BrowserRendezvousId
Source§impl Ord for BrowserRendezvousId
impl Ord for BrowserRendezvousId
Source§fn cmp(&self, other: &BrowserRendezvousId) -> Ordering
fn cmp(&self, other: &BrowserRendezvousId) -> Ordering
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 PartialEq for BrowserRendezvousId
impl PartialEq for BrowserRendezvousId
Source§impl PartialOrd for BrowserRendezvousId
impl PartialOrd for BrowserRendezvousId
impl StructuralPartialEq for BrowserRendezvousId
Auto Trait Implementations§
impl Freeze for BrowserRendezvousId
impl RefUnwindSafe for BrowserRendezvousId
impl Send for BrowserRendezvousId
impl Sync for BrowserRendezvousId
impl Unpin for BrowserRendezvousId
impl UnsafeUnpin for BrowserRendezvousId
impl UnwindSafe for BrowserRendezvousId
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