Struct tame_gcs::common::StandardQueryParameters [−][src]
Standard Query Parameters can be used in almost any API request to GCS
Fields
fields: Option<&'a str>
Selector specifying a subset of fields to include in the response, the primary use of this is for better performance and lower response sizes. For more information, see the partial response documentation.
pretty_print: bool
Returns the response in a human-readable format, with indentations and
line breaks, if true. Note that while the default value is true
for
GCP, this crate uses a default of false
quota_user: Option<&'a str>
Lets you enforce per-user quotas from a server-side application even
in cases when the user’s IP address is unknown. This can occur, for
example, with applications that run cron jobs on App Engine on a
user’s behalf. You can choose any arbitrary string that uniquely
identifies a user, but it is limited to 40 characters. Overrides
userIp
if both are provided. See more about Capping API usage
user_ip: Option<&'a str>
Lets you enforce per-user quotas when calling the API from a server-side application. See more about Capping API usage
Trait Implementations
impl<'a> Default for StandardQueryParameters<'a>
[src]
impl<'a> Serialize for StandardQueryParameters<'a>
[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for StandardQueryParameters<'a>
impl<'a> Send for StandardQueryParameters<'a>
impl<'a> Sync for StandardQueryParameters<'a>
impl<'a> Unpin for StandardQueryParameters<'a>
impl<'a> UnwindSafe for StandardQueryParameters<'a>
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,
pub 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.
pub 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>,