pub struct UdpIdentifier {
pub nodes: (Identifier,),
}
Fields§
§nodes: (Identifier,)
Trait Implementations§
Source§impl Clone for UdpIdentifier
impl Clone for UdpIdentifier
Source§fn clone(&self) -> UdpIdentifier
fn clone(&self) -> UdpIdentifier
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UdpIdentifier
impl Debug for UdpIdentifier
Source§impl<'a> From<&'a UdpIdentifier> for RefNode<'a>
impl<'a> From<&'a UdpIdentifier> for RefNode<'a>
Source§fn from(x: &'a UdpIdentifier) -> RefNode<'a>
fn from(x: &'a UdpIdentifier) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a UdpIdentifier> for RefNodes<'a>
impl<'a> From<&'a UdpIdentifier> for RefNodes<'a>
Source§fn from(x: &'a UdpIdentifier) -> RefNodes<'a>
fn from(x: &'a UdpIdentifier) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<UdpIdentifier> for AnyNode
impl From<UdpIdentifier> for AnyNode
Source§fn from(x: UdpIdentifier) -> AnyNode
fn from(x: UdpIdentifier) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a UdpIdentifier
impl<'a> IntoIterator for &'a UdpIdentifier
Source§impl PartialEq for UdpIdentifier
impl PartialEq for UdpIdentifier
Source§impl<'a> TryFrom<&'a UdpIdentifier> for Locate
impl<'a> TryFrom<&'a UdpIdentifier> for Locate
Source§impl TryFrom<AnyNode> for UdpIdentifier
impl TryFrom<AnyNode> for UdpIdentifier
Source§impl TryFrom<UdpIdentifier> for Locate
impl TryFrom<UdpIdentifier> for Locate
impl StructuralPartialEq for UdpIdentifier
Auto Trait Implementations§
impl Freeze for UdpIdentifier
impl RefUnwindSafe for UdpIdentifier
impl Send for UdpIdentifier
impl Sync for UdpIdentifier
impl Unpin for UdpIdentifier
impl UnwindSafe for UdpIdentifier
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