pub struct GCSOptions {
pub service: String,
pub gcp_access_token: String,
pub path: String,
pub headers: Option<Value>,
}Fields§
§service: String§gcp_access_token: String§path: String§headers: Option<Value>Implementations§
Trait Implementations§
Source§impl Clone for GCSOptions
impl Clone for GCSOptions
Source§fn clone(&self) -> GCSOptions
fn clone(&self) -> GCSOptions
Returns a duplicate 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 moreSource§impl Debug for GCSOptions
impl Debug for GCSOptions
Source§impl<'de> Deserialize<'de> for GCSOptions
impl<'de> Deserialize<'de> for GCSOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GCSOptions
impl RefUnwindSafe for GCSOptions
impl Send for GCSOptions
impl Sync for GCSOptions
impl Unpin for GCSOptions
impl UnwindSafe for GCSOptions
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