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