pub struct SerialParams { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SerialParams
impl Clone for SerialParams
Source§fn clone(&self) -> SerialParams
fn clone(&self) -> SerialParams
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 SerialParams
impl Debug for SerialParams
Source§impl Default for SerialParams
impl Default for SerialParams
Source§fn default() -> SerialParams
fn default() -> SerialParams
Returns the “default value” for a type. Read more
Source§impl IntoParams for SerialParams
impl IntoParams for SerialParams
fn into_params(self) -> Params
Auto Trait Implementations§
impl Freeze for SerialParams
impl RefUnwindSafe for SerialParams
impl Send for SerialParams
impl Sync for SerialParams
impl Unpin for SerialParams
impl UnwindSafe for SerialParams
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