pub struct SourceSyncId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SourceSyncId
impl Clone for SourceSyncId
impl Copy for SourceSyncId
Source§impl Debug for SourceSyncId
impl Debug for SourceSyncId
Source§impl<'de> Deserialize<'de> for SourceSyncId
impl<'de> Deserialize<'de> for SourceSyncId
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
Source§impl Display for SourceSyncId
impl Display for SourceSyncId
impl Eq for SourceSyncId
Source§impl FromStr for SourceSyncId
impl FromStr for SourceSyncId
Source§impl Hash for SourceSyncId
impl Hash for SourceSyncId
Source§impl Ord for SourceSyncId
impl Ord for SourceSyncId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for SourceSyncId
impl PartialEq for SourceSyncId
Source§impl PartialOrd for SourceSyncId
impl PartialOrd for SourceSyncId
Source§impl Serialize for SourceSyncId
impl Serialize for SourceSyncId
impl StructuralPartialEq for SourceSyncId
Auto Trait Implementations§
impl Freeze for SourceSyncId
impl RefUnwindSafe for SourceSyncId
impl Send for SourceSyncId
impl Sync for SourceSyncId
impl Unpin for SourceSyncId
impl UnsafeUnpin for SourceSyncId
impl UnwindSafe for SourceSyncId
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