pub struct RoutingRulesBuilder { /* private fields */ }Implementations§
Source§impl RoutingRulesBuilder
impl RoutingRulesBuilder
pub fn new() -> Self
pub fn with_rule(self, value: RoutingRule) -> Self
pub fn build(&self) -> RoutingRules
Trait Implementations§
Source§impl Clone for RoutingRulesBuilder
impl Clone for RoutingRulesBuilder
Source§fn clone(&self) -> RoutingRulesBuilder
fn clone(&self) -> RoutingRulesBuilder
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 RoutingRulesBuilder
impl Debug for RoutingRulesBuilder
Source§impl Default for RoutingRulesBuilder
impl Default for RoutingRulesBuilder
Source§fn default() -> RoutingRulesBuilder
fn default() -> RoutingRulesBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RoutingRulesBuilder
impl RefUnwindSafe for RoutingRulesBuilder
impl Send for RoutingRulesBuilder
impl Sync for RoutingRulesBuilder
impl Unpin for RoutingRulesBuilder
impl UnwindSafe for RoutingRulesBuilder
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