pub struct YUid(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Ord for YUid
impl Ord for YUid
Source§impl PartialOrd for YUid
impl PartialOrd for YUid
impl Eq for YUid
impl StructuralPartialEq for YUid
Auto Trait Implementations§
impl Freeze for YUid
impl RefUnwindSafe for YUid
impl Send for YUid
impl Sync for YUid
impl Unpin for YUid
impl UnwindSafe for YUid
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<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expression
fn into_sql<T>(self) -> Self::Expression
Convert
self
to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
Convert
&self
to an expression for Diesel’s query builder. Read more