Enum clockwork_client::webhook::state::HttpMethod   
source · pub enum HttpMethod {
    Get,
    Post,
}Expand description
HttpMethod
Variants§
Trait Implementations§
source§impl BorshDeserialize for HttpMethod
 
impl BorshDeserialize for HttpMethod
source§fn deserialize(buf: &mut &[u8]) -> Result<HttpMethod, Error>
 
fn deserialize(buf: &mut &[u8]) -> Result<HttpMethod, Error>
Deserializes this instance from a given slice of bytes.
Updates the buffer to point at the remaining bytes. Read more
source§impl BorshSerialize for HttpMethod
 
impl BorshSerialize for HttpMethod
source§impl Clone for HttpMethod
 
impl Clone for HttpMethod
source§fn clone(&self) -> HttpMethod
 
fn clone(&self) -> HttpMethod
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 more