pub struct JoinStepCount(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for JoinStepCount
impl Clone for JoinStepCount
Source§fn clone(&self) -> JoinStepCount
fn clone(&self) -> JoinStepCount
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 JoinStepCount
Source§impl Debug for JoinStepCount
impl Debug for JoinStepCount
Source§impl<'de> Deserialize<'de> for JoinStepCount
impl<'de> Deserialize<'de> for JoinStepCount
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for JoinStepCount
Source§impl From<JoinStepCount> for u32
impl From<JoinStepCount> for u32
Source§fn from(value: JoinStepCount) -> Self
fn from(value: JoinStepCount) -> Self
Converts to this type from the input type.
Source§impl PartialEq for JoinStepCount
impl PartialEq for JoinStepCount
Source§impl Serialize for JoinStepCount
impl Serialize for JoinStepCount
impl StructuralPartialEq for JoinStepCount
Auto Trait Implementations§
impl Freeze for JoinStepCount
impl RefUnwindSafe for JoinStepCount
impl Send for JoinStepCount
impl Sync for JoinStepCount
impl Unpin for JoinStepCount
impl UnsafeUnpin for JoinStepCount
impl UnwindSafe for JoinStepCount
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