pub struct ProviderFileContent {
pub bytes: Vec<u8>,
pub provider_revision: Option<String>,
}Fields§
§bytes: Vec<u8>§provider_revision: Option<String>Trait Implementations§
Source§impl Clone for ProviderFileContent
impl Clone for ProviderFileContent
Source§fn clone(&self) -> ProviderFileContent
fn clone(&self) -> ProviderFileContent
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 ProviderFileContent
impl Debug for ProviderFileContent
Source§impl<'de> Deserialize<'de> for ProviderFileContent
impl<'de> Deserialize<'de> for ProviderFileContent
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
impl Eq for ProviderFileContent
Source§impl From<ProviderFileContent> for SpaceFileContent
impl From<ProviderFileContent> for SpaceFileContent
Source§fn from(content: ProviderFileContent) -> Self
fn from(content: ProviderFileContent) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ProviderFileContent
impl PartialEq for ProviderFileContent
Source§impl Serialize for ProviderFileContent
impl Serialize for ProviderFileContent
impl StructuralPartialEq for ProviderFileContent
Auto Trait Implementations§
impl Freeze for ProviderFileContent
impl RefUnwindSafe for ProviderFileContent
impl Send for ProviderFileContent
impl Sync for ProviderFileContent
impl Unpin for ProviderFileContent
impl UnsafeUnpin for ProviderFileContent
impl UnwindSafe for ProviderFileContent
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