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