pub struct PatchSiteId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PatchSiteId
impl Clone for PatchSiteId
Source§fn clone(&self) -> PatchSiteId
fn clone(&self) -> PatchSiteId
Returns a duplicate 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 PatchSiteId
impl Debug for PatchSiteId
Source§impl Hash for PatchSiteId
impl Hash for PatchSiteId
Source§impl PartialEq for PatchSiteId
impl PartialEq for PatchSiteId
impl Copy for PatchSiteId
impl Eq for PatchSiteId
impl StructuralPartialEq for PatchSiteId
Auto Trait Implementations§
impl Freeze for PatchSiteId
impl RefUnwindSafe for PatchSiteId
impl Send for PatchSiteId
impl Sync for PatchSiteId
impl Unpin for PatchSiteId
impl UnsafeUnpin for PatchSiteId
impl UnwindSafe for PatchSiteId
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