Struct nando_support::ecb_id::EcbId
source · pub struct EcbId {
host_idx: u64,
activation_id: ActivationId,
}Fields§
§host_idx: u64§activation_id: ActivationIdImplementations§
source§impl EcbId
impl EcbId
pub fn new(host_idx: u64, activation_id: ActivationId) -> Self
pub fn get_host_idx(&self) -> u64
pub fn get_activation_id(&self) -> ActivationId
pub fn get_root_id(&self) -> Self
Trait Implementations§
source§impl<'de> Deserialize<'de> for EcbId
impl<'de> Deserialize<'de> for EcbId
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 Ord for EcbId
impl Ord for EcbId
source§impl PartialEq for EcbId
impl PartialEq for EcbId
source§impl PartialOrd for EcbId
impl PartialOrd for EcbId
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 Copy for EcbId
impl Eq for EcbId
impl StructuralEq for EcbId
impl StructuralPartialEq for EcbId
Auto Trait Implementations§
impl RefUnwindSafe for EcbId
impl Send for EcbId
impl Sync for EcbId
impl Unpin for EcbId
impl UnwindSafe for EcbId
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