pub struct ReviewFactLimits {
pub maximum_comments_xml_bytes: usize,
pub maximum_comments_extended_xml_bytes: usize,
pub maximum_facts_per_family: usize,
pub maximum_review_detail_bytes: usize,
}Fields§
§maximum_comments_xml_bytes: usize§maximum_comments_extended_xml_bytes: usize§maximum_facts_per_family: usize§maximum_review_detail_bytes: usizeTrait Implementations§
Source§impl Clone for ReviewFactLimits
impl Clone for ReviewFactLimits
Source§fn clone(&self) -> ReviewFactLimits
fn clone(&self) -> ReviewFactLimits
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ReviewFactLimits
Source§impl Debug for ReviewFactLimits
impl Debug for ReviewFactLimits
Source§impl Default for ReviewFactLimits
impl Default for ReviewFactLimits
impl Eq for ReviewFactLimits
Source§impl PartialEq for ReviewFactLimits
impl PartialEq for ReviewFactLimits
impl StructuralPartialEq for ReviewFactLimits
Auto Trait Implementations§
impl Freeze for ReviewFactLimits
impl RefUnwindSafe for ReviewFactLimits
impl Send for ReviewFactLimits
impl Sync for ReviewFactLimits
impl Unpin for ReviewFactLimits
impl UnsafeUnpin for ReviewFactLimits
impl UnwindSafe for ReviewFactLimits
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