pub struct FoundationStorageTemplate {
pub id: Uuid,
pub credential_id: String,
pub credential_secret: String,
pub sc_url: String,
}
Fields
id: Uuid
credential_id: String
credential_secret: String
sc_url: String
Trait Implementations
sourceimpl Clone for FoundationStorageTemplate
impl Clone for FoundationStorageTemplate
sourcefn clone(&self) -> FoundationStorageTemplate
fn clone(&self) -> FoundationStorageTemplate
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for FoundationStorageTemplate
impl Debug for FoundationStorageTemplate
sourceimpl<'de> Deserialize<'de> for FoundationStorageTemplate
impl<'de> Deserialize<'de> for FoundationStorageTemplate
sourcefn 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
sourceimpl From<FoundationStorageTemplate> for StorageTemplate
impl From<FoundationStorageTemplate> for StorageTemplate
sourcefn from(fst: FoundationStorageTemplate) -> Self
fn from(fst: FoundationStorageTemplate) -> Self
Converts to this type from the input type.
sourceimpl Serialize for FoundationStorageTemplate
impl Serialize for FoundationStorageTemplate
Auto Trait Implementations
impl RefUnwindSafe for FoundationStorageTemplate
impl Send for FoundationStorageTemplate
impl Sync for FoundationStorageTemplate
impl Unpin for FoundationStorageTemplate
impl UnwindSafe for FoundationStorageTemplate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more