pub struct ResourceCurationCommentCreatePath(pub ResourceId);
Tuple Fields§
§0: ResourceId
Trait Implementations§
Source§impl Clone for ResourceCurationCommentCreatePath
impl Clone for ResourceCurationCommentCreatePath
Source§fn clone(&self) -> ResourceCurationCommentCreatePath
fn clone(&self) -> ResourceCurationCommentCreatePath
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 moreAuto Trait Implementations§
impl Freeze for ResourceCurationCommentCreatePath
impl RefUnwindSafe for ResourceCurationCommentCreatePath
impl Send for ResourceCurationCommentCreatePath
impl Sync for ResourceCurationCommentCreatePath
impl Unpin for ResourceCurationCommentCreatePath
impl UnwindSafe for ResourceCurationCommentCreatePath
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