pub enum QueryProp {
Revisions(QueryPropRevisions),
}
Variants§
Revisions(QueryPropRevisions)
Trait Implementations§
Source§impl BitflaggedEnum for QueryProp
impl BitflaggedEnum for QueryProp
Source§impl WriteUrlValue for QueryProp
impl WriteUrlValue for QueryProp
fn ser<W_: UrlParamWriter>(&self, w: BufferedName<'_, W_>) -> Result<(), W_::E>
Source§fn ser_additional_only<W_: UrlParamWriter>(
&self,
w: &mut W_,
) -> Result<(), W_::E>
fn ser_additional_only<W_: UrlParamWriter>( &self, w: &mut W_, ) -> Result<(), W_::E>
only write the extra values, excluding names.
Auto Trait Implementations§
impl Freeze for QueryProp
impl RefUnwindSafe for QueryProp
impl Send for QueryProp
impl Sync for QueryProp
impl Unpin for QueryProp
impl UnwindSafe for QueryProp
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