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