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