pub struct GroupDefaults {
pub max_byte_size: Option<u64>,
}
Fields§
§max_byte_size: Option<u64>
Trait Implementations§
Source§impl Clone for GroupDefaults
impl Clone for GroupDefaults
Source§fn clone(&self) -> GroupDefaults
fn clone(&self) -> GroupDefaults
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 GroupDefaults
impl Debug for GroupDefaults
impl Copy for GroupDefaults
Auto Trait Implementations§
impl Freeze for GroupDefaults
impl RefUnwindSafe for GroupDefaults
impl Send for GroupDefaults
impl Sync for GroupDefaults
impl Unpin for GroupDefaults
impl UnwindSafe for GroupDefaults
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