Struct disarray_core::Provider
source · [−]Fields
address: Addr
nodes: Vec<Node>
Implementations
Trait Implementations
Auto Trait Implementations
impl<Addr> RefUnwindSafe for Provider<Addr> where
Addr: RefUnwindSafe,
impl<Addr> Send for Provider<Addr> where
Addr: Send,
impl<Addr> Sync for Provider<Addr> where
Addr: Sync,
impl<Addr> Unpin for Provider<Addr> where
Addr: Unpin,
impl<Addr> UnwindSafe for Provider<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