pub struct FieldParameter { /* private fields */ }Implementations§
Source§impl FieldParameter
impl FieldParameter
pub fn add_param<P>(self, param: P) -> Self
pub fn into_serializer(self) -> Result<Serializer, InvalidSerializer>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FieldParameter
impl RefUnwindSafe for FieldParameter
impl Send for FieldParameter
impl Sync for FieldParameter
impl Unpin for FieldParameter
impl UnsafeUnpin for FieldParameter
impl UnwindSafe for FieldParameter
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