Struct everscale_network::overlay::IdFull
source · [−]pub struct IdFull(_);Expand description
Full overlay id.
Implementations
Trait Implementations
impl Copy for IdFull
impl Eq for IdFull
impl StructuralEq for IdFull
impl StructuralPartialEq for IdFull
Auto Trait Implementations
impl RefUnwindSafe for IdFull
impl Send for IdFull
impl Sync for IdFull
impl Unpin for IdFull
impl UnwindSafe for IdFull
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more