pub struct Objectstoreresource {
pub type: Value,
pub endpoint_url: String,
pub bucket: String,
pub access_key: String,
pub secret_key: String,
pub region: Option<String>,
}Fields§
§type: Value§endpoint_url: String§bucket: String§access_key: String§secret_key: String§region: Option<String>Trait Implementations§
Source§impl Clone for Objectstoreresource
impl Clone for Objectstoreresource
Source§fn clone(&self) -> Objectstoreresource
fn clone(&self) -> Objectstoreresource
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 Objectstoreresource
impl Debug for Objectstoreresource
Source§impl<'de> Deserialize<'de> for Objectstoreresource
impl<'de> Deserialize<'de> for Objectstoreresource
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 Objectstoreresource
impl RefUnwindSafe for Objectstoreresource
impl Send for Objectstoreresource
impl Sync for Objectstoreresource
impl Unpin for Objectstoreresource
impl UnwindSafe for Objectstoreresource
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