pub struct Placeholder;Trait Implementations§
Source§impl Clone for Placeholder
impl Clone for Placeholder
Source§fn clone(&self) -> Placeholder
fn clone(&self) -> Placeholder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Placeholder
impl Debug for Placeholder
Source§impl Ord for Placeholder
impl Ord for Placeholder
Source§fn cmp(&self, other: &Placeholder) -> Ordering
fn cmp(&self, other: &Placeholder) -> Ordering
1.21.0 · 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
Source§impl PartialEq for Placeholder
impl PartialEq for Placeholder
Source§impl PartialOrd for Placeholder
impl PartialOrd for Placeholder
impl Copy for Placeholder
impl Eq for Placeholder
impl Parameter for Placeholder
impl StructuralPartialEq for Placeholder
Auto Trait Implementations§
impl Freeze for Placeholder
impl RefUnwindSafe for Placeholder
impl Send for Placeholder
impl Sync for Placeholder
impl Unpin for Placeholder
impl UnsafeUnpin for Placeholder
impl UnwindSafe for Placeholder
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<P> Parameterized<P> for Pwhere
P: Parameter,
impl<P> Parameterized<P> for Pwhere
P: Parameter,
type To<T: Parameter> = T
type ParamIterator<'t, T: 't + Parameter> = Once<&'t T> where P: 't
type ParamIteratorMut<'t, T: 't + Parameter> = Once<&'t mut T> where P: 't
type ParamIntoIterator<T: Parameter> = Once<T>
Source§fn param_count(&self) -> usize
fn param_count(&self) -> usize
Returns the number of parameters in this Parameterized instance.