pub struct GetMetadataPath();
Trait Implementations§
Source§impl Clone for GetMetadataPath
impl Clone for GetMetadataPath
Source§fn clone(&self) -> GetMetadataPath
fn clone(&self) -> GetMetadataPath
Returns a copy of the value. Read more
1.0.0 · 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 GetMetadataPath
impl Debug for GetMetadataPath
Auto Trait Implementations§
impl Freeze for GetMetadataPath
impl RefUnwindSafe for GetMetadataPath
impl Send for GetMetadataPath
impl Sync for GetMetadataPath
impl Unpin for GetMetadataPath
impl UnwindSafe for GetMetadataPath
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