pub struct SpaceFileContent {
pub bytes: Vec<u8>,
}Fields§
§bytes: Vec<u8>Trait Implementations§
Source§impl Clone for SpaceFileContent
impl Clone for SpaceFileContent
Source§fn clone(&self) -> SpaceFileContent
fn clone(&self) -> SpaceFileContent
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 SpaceFileContent
impl Debug for SpaceFileContent
Source§impl<'de> Deserialize<'de> for SpaceFileContent
impl<'de> Deserialize<'de> for SpaceFileContent
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 SpaceFileContent
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 SpaceFileContent
impl PartialEq for SpaceFileContent
Source§impl Serialize for SpaceFileContent
impl Serialize for SpaceFileContent
impl StructuralPartialEq for SpaceFileContent
Auto Trait Implementations§
impl Freeze for SpaceFileContent
impl RefUnwindSafe for SpaceFileContent
impl Send for SpaceFileContent
impl Sync for SpaceFileContent
impl Unpin for SpaceFileContent
impl UnsafeUnpin for SpaceFileContent
impl UnwindSafe for SpaceFileContent
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