pub struct PlacementGraphLimits {
pub max_nodes: u32,
pub max_candidates_per_node: u32,
pub max_edges: u32,
pub max_providers: u32,
pub max_frontier_states: u32,
pub max_expansions: u32,
}Fields§
§max_nodes: u32§max_candidates_per_node: u32§max_edges: u32§max_providers: u32§max_frontier_states: u32§max_expansions: u32Trait Implementations§
Source§impl Clone for PlacementGraphLimits
impl Clone for PlacementGraphLimits
Source§fn clone(&self) -> PlacementGraphLimits
fn clone(&self) -> PlacementGraphLimits
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 PlacementGraphLimits
Source§impl Debug for PlacementGraphLimits
impl Debug for PlacementGraphLimits
Source§impl Default for PlacementGraphLimits
impl Default for PlacementGraphLimits
Source§impl<'de> Deserialize<'de> for PlacementGraphLimits
impl<'de> Deserialize<'de> for PlacementGraphLimits
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PlacementGraphLimits
Source§impl PartialEq for PlacementGraphLimits
impl PartialEq for PlacementGraphLimits
Source§impl Serialize for PlacementGraphLimits
impl Serialize for PlacementGraphLimits
impl StructuralPartialEq for PlacementGraphLimits
Auto Trait Implementations§
impl Freeze for PlacementGraphLimits
impl RefUnwindSafe for PlacementGraphLimits
impl Send for PlacementGraphLimits
impl Sync for PlacementGraphLimits
impl Unpin for PlacementGraphLimits
impl UnsafeUnpin for PlacementGraphLimits
impl UnwindSafe for PlacementGraphLimits
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