Struct clockwork_http::program::ClockworkHttp
source · [−]pub struct ClockworkHttp;
Expand description
Type representing the program.
Trait Implementations
sourceimpl Clone for ClockworkHttp
impl Clone for ClockworkHttp
sourcefn clone(&self) -> ClockworkHttp
fn clone(&self) -> ClockworkHttp
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Id for ClockworkHttp
impl Id for ClockworkHttp
Auto Trait Implementations
impl RefUnwindSafe for ClockworkHttp
impl Send for ClockworkHttp
impl Sync for ClockworkHttp
impl Unpin for ClockworkHttp
impl UnwindSafe for ClockworkHttp
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
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