pub struct DroppedStorageItem {
pub name: String,
pub path: String,
}Fields§
§name: String§path: StringTrait Implementations§
Source§impl Clone for DroppedStorageItem
impl Clone for DroppedStorageItem
Source§fn clone(&self) -> DroppedStorageItem
fn clone(&self) -> DroppedStorageItem
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 DroppedStorageItem
impl Debug for DroppedStorageItem
impl Eq for DroppedStorageItem
Source§impl PartialEq for DroppedStorageItem
impl PartialEq for DroppedStorageItem
impl StructuralPartialEq for DroppedStorageItem
Auto Trait Implementations§
impl Freeze for DroppedStorageItem
impl RefUnwindSafe for DroppedStorageItem
impl Send for DroppedStorageItem
impl Sync for DroppedStorageItem
impl Unpin for DroppedStorageItem
impl UnsafeUnpin for DroppedStorageItem
impl UnwindSafe for DroppedStorageItem
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