pub struct FsWriteFileParams {
pub data_base64: String,
pub path: Value,
}Fields§
§data_base64: String§path: ValueTrait Implementations§
Source§impl Clone for FsWriteFileParams
impl Clone for FsWriteFileParams
Source§fn clone(&self) -> FsWriteFileParams
fn clone(&self) -> FsWriteFileParams
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 FsWriteFileParams
impl Debug for FsWriteFileParams
Source§impl<'de> Deserialize<'de> for FsWriteFileParams
impl<'de> Deserialize<'de> for FsWriteFileParams
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
Source§impl PartialEq for FsWriteFileParams
impl PartialEq for FsWriteFileParams
Source§fn eq(&self, other: &FsWriteFileParams) -> bool
fn eq(&self, other: &FsWriteFileParams) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FsWriteFileParams
impl Serialize for FsWriteFileParams
impl StructuralPartialEq for FsWriteFileParams
Auto Trait Implementations§
impl Freeze for FsWriteFileParams
impl RefUnwindSafe for FsWriteFileParams
impl Send for FsWriteFileParams
impl Sync for FsWriteFileParams
impl Unpin for FsWriteFileParams
impl UnsafeUnpin for FsWriteFileParams
impl UnwindSafe for FsWriteFileParams
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