Struct aleo_development_server::Rest
source · pub struct Rest<N: Network> { /* private fields */ }Expand description
Server object for the Aleo Development Server
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<N> !RefUnwindSafe for Rest<N>
impl<N> Send for Rest<N>
impl<N> Sync for Rest<N>
impl<N> Unpin for Rest<N>where N: Unpin, <N as Environment>::Field: Unpin,
impl<N> !UnwindSafe for Rest<N>
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