[−][src]Struct google_appengine1::DefaultDelegate
A delegate with a conservative default implementation, which is used if no other delegate is set.
Trait Implementations
impl Default for DefaultDelegate[src]
fn default() -> DefaultDelegate[src]
impl Delegate for DefaultDelegate[src]
fn begin(&mut self, MethodInfo)[src]
fn http_error(&mut self, &Error) -> Retry[src]
fn api_key(&mut self) -> Option<String>[src]
fn token(&mut self, err: &dyn Error) -> Option<Token>[src]
fn upload_url(&mut self) -> Option<String>[src]
fn store_upload_url(&mut self, url: Option<&str>)[src]
fn response_json_decode_error(
&mut self,
json_encoded_value: &str,
json_decode_error: &Error
)[src]
&mut self,
json_encoded_value: &str,
json_decode_error: &Error
)
fn http_failure(
&mut self,
_: &Response,
Option<JsonServerError>,
_: Option<ServerError>
) -> Retry[src]
&mut self,
_: &Response,
Option<JsonServerError>,
_: Option<ServerError>
) -> Retry
fn pre_request(&mut self)[src]
fn chunk_size(&mut self) -> u64[src]
fn cancel_chunk_upload(&mut self, chunk: &ContentRange) -> bool[src]
fn finished(&mut self, is_success: bool)[src]
Auto Trait Implementations
impl RefUnwindSafe for DefaultDelegate
impl Send for DefaultDelegate
impl Sync for DefaultDelegate
impl Unpin for DefaultDelegate
impl UnwindSafe for DefaultDelegate
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Typeable for T where
T: Any,
T: Any,