Struct disarray_core::Node
source · [−]pub struct Node<Addr = String> {
pub address: Addr,
}
Fields
address: Addr
Implementations
Trait Implementations
sourceimpl<'de, Addr> Deserialize<'de> for Node<Addr> where
Addr: Deserialize<'de>,
impl<'de, Addr> Deserialize<'de> for Node<Addr> where
Addr: Deserialize<'de>,
sourcefn 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
impl<Addr> StructuralPartialEq for Node<Addr>
Auto Trait Implementations
impl<Addr> RefUnwindSafe for Node<Addr> where
Addr: RefUnwindSafe,
impl<Addr> Send for Node<Addr> where
Addr: Send,
impl<Addr> Sync for Node<Addr> where
Addr: Sync,
impl<Addr> Unpin for Node<Addr> where
Addr: Unpin,
impl<Addr> UnwindSafe for Node<Addr> where
Addr: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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