pub struct Udf_SPEC;Trait Implementations§
Source§impl Ord for Udf_SPEC
impl Ord for Udf_SPEC
Source§impl PartialOrd for Udf_SPEC
impl PartialOrd for Udf_SPEC
impl Copy for Udf_SPEC
impl Eq for Udf_SPEC
impl StructuralPartialEq for Udf_SPEC
Auto Trait Implementations§
impl Freeze for Udf_SPEC
impl RefUnwindSafe for Udf_SPEC
impl Send for Udf_SPEC
impl Sync for Udf_SPEC
impl Unpin for Udf_SPEC
impl UnsafeUnpin for Udf_SPEC
impl UnwindSafe for Udf_SPEC
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