pub struct GuestForward { /* private fields */ }Implementations§
Source§impl GuestForward
impl GuestForward
Sourcepub fn builder() -> GuestForwardBuilder
pub fn builder() -> GuestForwardBuilder
Create an instance of GuestForward using the builder syntax
Trait Implementations§
Source§impl Arbitrary for GuestForward
impl Arbitrary for GuestForward
Source§type Parameters = (<String as Arbitrary>::Parameters, <u16 as Arbitrary>::Parameters, <GuestForwardTarget as Arbitrary>::Parameters)
type Parameters = (<String as Arbitrary>::Parameters, <u16 as Arbitrary>::Parameters, <GuestForwardTarget as Arbitrary>::Parameters)
The type of parameters that
arbitrary_with accepts for configuration
of the generated Strategy. Parameters must implement Default.Source§type Strategy = Map<(<String as Arbitrary>::Strategy, <u16 as Arbitrary>::Strategy, <GuestForwardTarget as Arbitrary>::Strategy), fn((String, u16, GuestForwardTarget)) -> GuestForward>
type Strategy = Map<(<String as Arbitrary>::Strategy, <u16 as Arbitrary>::Strategy, <GuestForwardTarget as Arbitrary>::Strategy), fn((String, u16, GuestForwardTarget)) -> GuestForward>
The type of
Strategy used to generate values of type Self.Source§fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
Source§impl Clone for GuestForward
impl Clone for GuestForward
Source§fn clone(&self) -> GuestForward
fn clone(&self) -> GuestForward
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 GuestForward
impl Debug for GuestForward
Source§impl Hash for GuestForward
impl Hash for GuestForward
Source§impl Ord for GuestForward
impl Ord for GuestForward
Source§fn cmp(&self, other: &GuestForward) -> Ordering
fn cmp(&self, other: &GuestForward) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GuestForward
impl PartialEq for GuestForward
Source§impl PartialOrd for GuestForward
impl PartialOrd for GuestForward
impl Eq for GuestForward
impl StructuralPartialEq for GuestForward
Auto Trait Implementations§
impl Freeze for GuestForward
impl RefUnwindSafe for GuestForward
impl Send for GuestForward
impl Sync for GuestForward
impl Unpin for GuestForward
impl UnsafeUnpin for GuestForward
impl UnwindSafe for GuestForward
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