pub struct PatchsetFormat;Expand description
Patchset format marker.
Trait Implementations§
Source§impl Clone for PatchsetFormat
impl Clone for PatchsetFormat
Source§fn clone(&self) -> PatchsetFormat
fn clone(&self) -> PatchsetFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PatchsetFormat
Source§impl Debug for PatchsetFormat
impl Debug for PatchsetFormat
Source§impl Default for PatchsetFormat
impl Default for PatchsetFormat
Source§fn default() -> PatchsetFormat
fn default() -> PatchsetFormat
Returns the “default value” for a type. Read more
impl Eq for PatchsetFormat
Source§impl PartialEq for PatchsetFormat
impl PartialEq for PatchsetFormat
impl StructuralPartialEq for PatchsetFormat
Auto Trait Implementations§
impl Freeze for PatchsetFormat
impl RefUnwindSafe for PatchsetFormat
impl Send for PatchsetFormat
impl Sync for PatchsetFormat
impl Unpin for PatchsetFormat
impl UnsafeUnpin for PatchsetFormat
impl UnwindSafe for PatchsetFormat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.