pub struct PathBytesDataArgs {
pub path: MontyPath,
pub data: Vec<u8>,
}Expand description
path + bytes data shape used by WriteBytes and AppendBytes.
Fields§
§path: MontyPath§data: Vec<u8>Trait Implementations§
Source§impl Clone for PathBytesDataArgs
impl Clone for PathBytesDataArgs
Source§fn clone(&self) -> PathBytesDataArgs
fn clone(&self) -> PathBytesDataArgs
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 PathBytesDataArgs
impl Debug for PathBytesDataArgs
Source§impl<'de> Deserialize<'de> for PathBytesDataArgs
impl<'de> Deserialize<'de> for PathBytesDataArgs
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 Serialize for PathBytesDataArgs
impl Serialize for PathBytesDataArgs
Source§impl ToArgs for PathBytesDataArgs
impl ToArgs for PathBytesDataArgs
fn to_args(self) -> (Vec<MontyObject>, Vec<(MontyObject, MontyObject)>)
Auto Trait Implementations§
impl Freeze for PathBytesDataArgs
impl RefUnwindSafe for PathBytesDataArgs
impl Send for PathBytesDataArgs
impl Sync for PathBytesDataArgs
impl Unpin for PathBytesDataArgs
impl UnsafeUnpin for PathBytesDataArgs
impl UnwindSafe for PathBytesDataArgs
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