pub struct ResourceDeleteAllPath();
Trait Implementations§
Source§impl Clone for ResourceDeleteAllPath
impl Clone for ResourceDeleteAllPath
Source§fn clone(&self) -> ResourceDeleteAllPath
fn clone(&self) -> ResourceDeleteAllPath
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 ResourceDeleteAllPath
impl Debug for ResourceDeleteAllPath
Auto Trait Implementations§
impl Freeze for ResourceDeleteAllPath
impl RefUnwindSafe for ResourceDeleteAllPath
impl Send for ResourceDeleteAllPath
impl Sync for ResourceDeleteAllPath
impl Unpin for ResourceDeleteAllPath
impl UnwindSafe for ResourceDeleteAllPath
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