pub struct LayoutHandle(/* private fields */);Expand description
Unique handle for a layout combining worker_id and layout_id.
The handle encodes:
- Bits 0-63: worker_id (u64)
- Bits 64-79: layout_id (u16)
- Bits 80-127: Reserved (48 bits, currently unused)
Implementations§
Trait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for LayoutHandle
impl<'__de, __Context> BorrowDecode<'__de, __Context> for LayoutHandle
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for LayoutHandle
impl Clone for LayoutHandle
Source§fn clone(&self) -> LayoutHandle
fn clone(&self) -> LayoutHandle
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 LayoutHandle
Source§impl Debug for LayoutHandle
impl Debug for LayoutHandle
Source§impl<__Context> Decode<__Context> for LayoutHandle
impl<__Context> Decode<__Context> for LayoutHandle
Source§impl<'de> Deserialize<'de> for LayoutHandle
impl<'de> Deserialize<'de> for LayoutHandle
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for LayoutHandle
impl Display for LayoutHandle
Source§impl Encode for LayoutHandle
impl Encode for LayoutHandle
impl Eq for LayoutHandle
Source§impl Hash for LayoutHandle
impl Hash for LayoutHandle
Source§impl PartialEq for LayoutHandle
impl PartialEq for LayoutHandle
Source§impl Serialize for LayoutHandle
impl Serialize for LayoutHandle
impl StructuralPartialEq for LayoutHandle
Auto Trait Implementations§
impl Freeze for LayoutHandle
impl RefUnwindSafe for LayoutHandle
impl Send for LayoutHandle
impl Sync for LayoutHandle
impl Unpin for LayoutHandle
impl UnsafeUnpin for LayoutHandle
impl UnwindSafe for LayoutHandle
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Requestimpl<T> Read<Exclusive, BecauseExclusive> for Twhere
T: ?Sized,
Source§impl<T> ValidateIp for Twhere
T: ToString,
impl<T> ValidateIp for Twhere
T: ToString,
Source§fn validate_ipv4(&self) -> bool
fn validate_ipv4(&self) -> bool
Validates whether the given string is an IP V4
Source§fn validate_ipv6(&self) -> bool
fn validate_ipv6(&self) -> bool
Validates whether the given string is an IP V6
Source§fn validate_ip(&self) -> bool
fn validate_ip(&self) -> bool
Validates whether the given string is an IP