pub struct PackOptions {
pub pack_string_depth: i32,
pub no_sequence_id: bool,
}
Fields§
§pack_string_depth: i32
§no_sequence_id: bool
Implementations§
Source§impl PackOptions
impl PackOptions
pub fn new() -> PackOptions
Trait Implementations§
Source§impl Default for PackOptions
impl Default for PackOptions
Source§fn default() -> PackOptions
fn default() -> PackOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PackOptions
impl RefUnwindSafe for PackOptions
impl Send for PackOptions
impl Sync for PackOptions
impl Unpin for PackOptions
impl UnwindSafe for PackOptions
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