pub struct PlatformStorageBinding {
pub base_url: Option<String>,
pub token: Option<String>,
pub context: Option<PlatformStorageContext>,
}Fields§
§base_url: Option<String>§token: Option<String>§context: Option<PlatformStorageContext>Trait Implementations§
Source§impl Clone for PlatformStorageBinding
impl Clone for PlatformStorageBinding
Source§fn clone(&self) -> PlatformStorageBinding
fn clone(&self) -> PlatformStorageBinding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PlatformStorageBinding
impl Debug for PlatformStorageBinding
Source§impl Default for PlatformStorageBinding
impl Default for PlatformStorageBinding
Source§fn default() -> PlatformStorageBinding
fn default() -> PlatformStorageBinding
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PlatformStorageBinding
impl<'de> Deserialize<'de> for PlatformStorageBinding
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 PlatformStorageBinding
impl RefUnwindSafe for PlatformStorageBinding
impl Send for PlatformStorageBinding
impl Sync for PlatformStorageBinding
impl Unpin for PlatformStorageBinding
impl UnsafeUnpin for PlatformStorageBinding
impl UnwindSafe for PlatformStorageBinding
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