pub struct FsGetMetadataParams {
pub path: Value,
}Fields§
§path: ValueTrait Implementations§
Source§impl Clone for FsGetMetadataParams
impl Clone for FsGetMetadataParams
Source§fn clone(&self) -> FsGetMetadataParams
fn clone(&self) -> FsGetMetadataParams
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 FsGetMetadataParams
impl Debug for FsGetMetadataParams
Source§impl<'de> Deserialize<'de> for FsGetMetadataParams
impl<'de> Deserialize<'de> for FsGetMetadataParams
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
Auto Trait Implementations§
impl Freeze for FsGetMetadataParams
impl RefUnwindSafe for FsGetMetadataParams
impl Send for FsGetMetadataParams
impl Sync for FsGetMetadataParams
impl Unpin for FsGetMetadataParams
impl UnsafeUnpin for FsGetMetadataParams
impl UnwindSafe for FsGetMetadataParams
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